]> gitweb @ CieloNegro.org - daemon.git/blob - getprogname.h
Use of getopt() was in an unportable way.
[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