diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-16 18:01:26 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-04-16 18:01:26 +0200 |
commit | bf3e0d4f224a26e2ac9bc3edfd1e6eedcf56c9f8 (patch) | |
tree | c74263495311d4ffbeb55f0fb27d102144f55024 /runtime/rsyslog.h | |
parent | 5987107df46157eb847bc8271157ab8a7c73f6f4 (diff) | |
download | rsyslog-bf3e0d4f224a26e2ac9bc3edfd1e6eedcf56c9f8.tar.gz rsyslog-bf3e0d4f224a26e2ac9bc3edfd1e6eedcf56c9f8.tar.xz rsyslog-bf3e0d4f224a26e2ac9bc3edfd1e6eedcf56c9f8.zip |
prevented segfault during runtime library init phase
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r-- | runtime/rsyslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index 5ec3a369..54373673 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -288,6 +288,7 @@ void dbgprintf(char *, ...) __attribute__((format(printf, 1, 2))); /* some runtime prototypes */ rsRetVal rsrtInit(char **ppErrObj, obj_if_t *pObjIF); rsRetVal rsrtExit(obj_if_t *pObjIF); +int rsrtIsInit(void); #endif /* multi-include protection */ /* vim:set ai: |