add cplucplus magic
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5099 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -108,6 +108,10 @@
|
|||||||
#include <paths.h>
|
#include <paths.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <roken-common.h>
|
#include <roken-common.h>
|
||||||
|
|
||||||
#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
|
#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
|
||||||
@@ -388,3 +392,7 @@ struct hostent* roken_gethostbyaddr(const void*, size_t, int);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
void set_progname(char *argv0);
|
void set_progname(char *argv0);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user