]> gitweb @ CieloNegro.org - daemon.git/blob - getprogname.h
87f1a8d3c44672122afc16dc1eaa66b5fddeecfc
[daemon.git] / getprogname.h
1 #ifndef GETPROGNAME_H_INCLUDED
2 #define GETPROGNAME_H_INCLUDED
3 #include "config.h"
4
5 #if !defined(HAVE_GETPROGNAME)
6 const char* getprogname(void);
7 void setprogname(const char* progname);
8 #endif
9
10 #endif