PS2SDK
PS2 Homebrew Libraries
rpcserver.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2007 Lukasz Bruun <mail@lukasz.dk>
3  *
4  * See the file LICENSE included with this distribution for licensing terms.
5  */
6 
12 #ifndef __FREEPAD_RPC_SERVER_H__
13 #define __FREEPAD_RPC_SERVER_H__
14 
15 extern int InitRpcServers(int prio);
16 
17 #endif