summaryrefslogtreecommitdiff
path: root/sbin/hastd/pjdlog.h
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2011-01-27 19:24:07 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2011-01-27 19:24:07 +0000
commiteeb3cd677dbd847c953bd21471e76e54d9eb8e44 (patch)
tree156713b4c2427908651506d8f2dee350b6902142 /sbin/hastd/pjdlog.h
parent6ef7ddd788f06e3bf8813b5229b45023d8a872b8 (diff)
downloadsrc-test2-eeb3cd677dbd847c953bd21471e76e54d9eb8e44.tar.gz
src-test2-eeb3cd677dbd847c953bd21471e76e54d9eb8e44.zip
Notes
Diffstat (limited to 'sbin/hastd/pjdlog.h')
-rw-r--r--sbin/hastd/pjdlog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/hastd/pjdlog.h b/sbin/hastd/pjdlog.h
index b81efa6d90f7..e9d1740a6703 100644
--- a/sbin/hastd/pjdlog.h
+++ b/sbin/hastd/pjdlog.h
@@ -1,5 +1,6 @@
/*-
* Copyright (c) 2009-2010 The FreeBSD Foundation
+ * Copyright (c) 2011 Pawel Jakub Dawidek <pjd@FreeBSD.org>
* All rights reserved.
*
* This software was developed by Pawel Jakub Dawidek under sponsorship from
@@ -41,6 +42,9 @@
#define PJDLOG_MODE_STD 0
#define PJDLOG_MODE_SYSLOG 1
+void pjdlog_init(int mode);
+void pjdlog_fini(void);
+
void pjdlog_mode_set(int mode);
int pjdlog_mode_get(void);