ARPDAS_QNX6 1.0
rundir.h
Go to the documentation of this file.
00001 /* rundir.h */
00002 #ifndef RUNDIR_H_INCLUDED
00003 #define RUNDIR_H_INCLUDED
00004 
00005 #include <sys/types.h>
00006 
00007 #ifdef __cplusplus
00008   extern "C" {
00009 #endif
00010   
00011 extern void mkfltdir(const char *dir, uid_t flt_uid, gid_t flt_gid);
00012 extern void setup_rundir(void);
00013 extern void delete_rundir(void);
00014 #define RUNDIR "/var/huarp/run"
00015 
00016 #ifdef __cplusplus
00017   };
00018 #endif
00019 
00020 #endif
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines