This is the mail archive of the
cluster-cvs@sourceware.org
mailing list for the cluster.
cluster: master - logthread: Add missing prototype
- From: Lon Hohberger <lon at fedoraproject dot org>
- To: cluster-cvs-relay at redhat dot com
- Date: Fri, 12 Dec 2008 17:56:37 +0000 (UTC)
- Subject: cluster: master - logthread: Add missing prototype
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)));;