mirror of
https://github.com/Wind4/vlmcsd.git
synced 2024-11-05 11:46:14 +01:00
11 lines
122 B
C
11 lines
122 B
C
|
/*
|
||
|
* msrpc-server.h
|
||
|
*/
|
||
|
|
||
|
#ifndef MSRPC_SERVER_H_
|
||
|
#define MSRPC_SERVER_H_
|
||
|
|
||
|
int runServer();
|
||
|
|
||
|
#endif /* MSRPC_SERVER_H_ */
|