mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-04-30 19:43:19 +00:00
11 lines
202 B
C
11 lines
202 B
C
|
/* -*- 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
|