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

Improve coding

Merge branch 'outside-build'

Conflicts:
	lib/rpc_table.py
	lib/searpc-server.c
This commit is contained in:
plt
2012-06-21 10:20:26 +08:00
11 changed files with 84 additions and 114 deletions

10
lib/searpc.h Normal file
View File

@@ -0,0 +1,10 @@
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef SEARPC_H
#define SEARPC_H
#include <searpc-client.h>
#include <searpc-server.h>
#include <searpc-utils.h>
#endif