(svn r24099) -Add: Output list of -d option facilities with in the help text.

This commit is contained in:
alberth
2012-04-07 20:55:55 +00:00
parent 90a7ef5322
commit 485e70c16a
3 changed files with 29 additions and 0 deletions

View File

@@ -58,6 +58,7 @@
void CDECL debug(const char *dbg, const char *format, ...) WARN_FORMAT(2, 3);
#endif /* NO_DEBUG_MESSAGES */
char *DumpDebugFacilityNames(char *buf, char *last);
void SetDebugString(const char *s);
const char *GetDebugString();