1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-16 06:48:25 +00:00

Clean project

* Remove unused code generating scripts
* Rename files to be more clear
* Improve dependency in Makefile.am
This commit is contained in:
plt
2011-05-18 17:24:34 +08:00
parent c2bc98f295
commit c5e4719c4f
14 changed files with 252 additions and 433 deletions

View File

@@ -54,6 +54,6 @@ gchar *searpc_server_call_function (gchar *func, gsize len, gsize *ret_len);
char* searpc_compute_signature (gchar *ret_type, int pnum, ...);
/* Signatures */
#include "searpc-signature.h"
#include <searpc-signature.h>
#endif