]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9952: Add rpc h files to ks
authorcolm <colm@freeswitch1>
Fri, 10 Feb 2017 18:22:05 +0000 (13:22 -0500)
committerMike Jerris <mike@jerris.com>
Wed, 22 Mar 2017 21:42:49 +0000 (17:42 -0400)
libs/libks/src/include/ks.h

index b19f62e463f571cf76f991d1051636ed689a725e..9f0e511ba441ba8568f5984817929884da6ffe0d 100644 (file)
@@ -137,6 +137,8 @@ KS_DECLARE(void) ks_random_string(char *buf, uint16_t len, char *set);
 #include "ks_bencode.h"
 #include "ks_rng.h"
 #include "ks_acl.h"
+#include "ks_rpcmessage.h"
+#include "ks_base64.h"
 
 KS_END_EXTERN_C