public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: master - logthread: Add missing prototype
@ 2008-12-12 17:57 Lon Hohberger
  0 siblings, 0 replies; only message in thread
From: Lon Hohberger @ 2008-12-12 17:57 UTC (permalink / raw)
  To: cluster-cvs-relay

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=8c7ee23a92d91702a3c1052292888a84354dfd05
Commit:        8c7ee23a92d91702a3c1052292888a84354dfd05
Parent:        9f1a03dd08f26648c6b9f76ef4704a603407216a
Author:        Lon Hohberger <lhh@redhat.com>
AuthorDate:    Fri Dec 12 12:56:11 2008 -0500
Committer:     Lon Hohberger <lhh@redhat.com>
CommitterDate: Fri Dec 12 12:56:11 2008 -0500

logthread: Add missing prototype

---
 common/liblogthread/liblogthread.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/common/liblogthread/liblogthread.h b/common/liblogthread/liblogthread.h
index 0991d24..ace7abb 100644
--- a/common/liblogthread/liblogthread.h
+++ b/common/liblogthread/liblogthread.h
@@ -12,6 +12,7 @@ int logt_init(char *name, int mode, int syslog_facility, int syslog_priority,
 void logt_conf(char *name, int mode, int syslog_facility, int syslog_priority,
 	       int logfile_priority, char *logfile);
 void logt_exit(void);
+int logt_reinit(void);
 void logt_print(int level, char *fmt, ...)
 	__attribute__((format(printf, 2, 3)));;
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-12 17:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-12 17:57 cluster: master - logthread: Add missing prototype Lon Hohberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).