6 lines
107 B
C
6 lines
107 B
C
#pragma once
|
|
#include "framework.h"
|
|
|
|
int RpcStartServer(HMODULE hModule);
|
|
int RpcStopServer(void);
|