Browse Source

Missing function prototype

Michal Matyska 18 years ago
parent
commit
a1e1baaead
1 changed files with 10 additions and 0 deletions
  1. 10 0
      lib/binrpc/binrpc_api.h

+ 10 - 0
lib/binrpc/binrpc_api.h

@@ -288,4 +288,14 @@ char *binrpc_get_last_errs();
  * */
 void binrpc_clear_last_err();
 
+/**
+ * Function: binrpc_free_rpc_array
+ *
+ * Description:
+ *    The function frees memory allocated internally to store reply values
+ *    and finally frees the values array
+ *
+ * */
+void binrpc_free_rpc_array(struct binrpc_val* a, int size);
+
 #endif /*BINRPC_API_H_*/