commit | f62a19cc281276607b164c99e672d536a012514d | [log] [tgz] |
---|---|---|
author | Everton Marques <everton.marques@gmail.com> | Thu Jul 03 14:53:44 2014 -0300 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:07:57 2015 +0100 |
tree | f6a504fcf1adf31c4d3c32acf984dbc51faa3357 | |
parent | 5c55a496fae5ab089c5009bc4c03084fdeb51f55 [diff] [blame] |
zebra: Export zclient_socket_un().
diff --git a/lib/zclient.h b/lib/zclient.h index b0b7644..6a5e626 100644 --- a/lib/zclient.h +++ b/lib/zclient.h
@@ -133,6 +133,7 @@ extern void zclient_free (struct zclient *); extern int zclient_socket(void); +extern int zclient_socket_un (const char *path); extern int zclient_socket_connect (struct zclient *); extern void zclient_serv_path_set (char *path);