diff options
author | Jakub Wojciech Klama <jceel@FreeBSD.org> | 2016-02-03 15:45:13 +0000 |
---|---|---|
committer | Jakub Wojciech Klama <jceel@FreeBSD.org> | 2016-02-03 15:45:13 +0000 |
commit | 5c734b0410ce6a4cacfd1a58697ff9b038638277 (patch) | |
tree | 77aa5bdc4d21301f434448a216477b1920c48bb8 /usr.sbin/ctld/ctld.h | |
parent | 1485c016ba4a0a7400e5771aaaee8865c2fe48bb (diff) | |
download | src-test2-5c734b0410ce6a4cacfd1a58697ff9b038638277.tar.gz src-test2-5c734b0410ce6a4cacfd1a58697ff9b038638277.zip |
Notes
Diffstat (limited to 'usr.sbin/ctld/ctld.h')
-rw-r--r-- | usr.sbin/ctld/ctld.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ctld/ctld.h b/usr.sbin/ctld/ctld.h index 808b722aa542..e9152329121f 100644 --- a/usr.sbin/ctld/ctld.h +++ b/usr.sbin/ctld/ctld.h @@ -297,8 +297,10 @@ int rchap_receive(struct rchap *rchap, char *rchap_get_response(struct rchap *rchap); void rchap_delete(struct rchap *rchap); +int parse_conf(struct conf *conf, const char *path); +int uclparse_conf(struct conf *conf, const char *path); + struct conf *conf_new(void); -struct conf *conf_new_from_file(const char *path, struct conf *old); struct conf *conf_new_from_kernel(void); void conf_delete(struct conf *conf); int conf_verify(struct conf *conf); |