فهرست منبع

Missing function prototype

Michal Matyska 18 سال پیش
والد
کامیت
a1e1baaead
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  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_*/