ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/util.h
(Generate patch)

Comparing gvpe/src/util.h (file contents):
Revision 1.11 by pcg, Wed Oct 22 01:05:23 2003 UTC vs.
Revision 1.12 by pcg, Mon May 10 20:13:10 2004 UTC

41 41
42/* 42/*
43 * Detach from current terminal, write pidfile, kill parent 43 * Detach from current terminal, write pidfile, kill parent
44 */ 44 */
45extern int detach (int do_detach); 45extern int detach (int do_detach);
46
47/*
48 * Set all files and paths according to netname
49 */
50extern void make_names (void);
51 46
52/* 47/*
53 * check wether the given path is an absolute pathname 48 * check wether the given path is an absolute pathname
54 */ 49 */
55#define ABSOLUTE_PATH(c) ((c)[0] == '/') 50#define ABSOLUTE_PATH(c) ((c)[0] == '/')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines