mirror of
https://github.com/Wind4/vlmcsd.git
synced 2024-11-24 19:11:04 +08: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_ */
|