Mercurial > dillo_port1.3
view dpid/dpi_socket_dir.h @ 2093:16cdda1f8379
Made tab and window titles more informative (WRT length)
author | Jorge Arellano Cid <jcid@dillo.org> |
---|---|
date | Tue, 14 Jun 2011 17:48:29 -0400 |
parents | 6ee11bf9e3ea |
children |
line wrap: on
line source
/*! \file * Create a per user temporary directory for dpi sockets */ #ifndef DPI_SOCKET_DIR_H #define DPI_SOCKET_DIR_H int w_dpi_socket_dir(char *dirname, char *sockdir); int tst_dir(char *dir); char *mk_sockdir(void); char *init_sockdir(char *dpi_socket_dir); #endif