PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
rpc_client.h
Go to the documentation of this file.
1/*
2# _____ ___ ____ ___ ____
3# ____| | ____| | | |____|
4# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
5#-----------------------------------------------------------------------
6# Copyright 2005, ps2dev - http://www.ps2dev.org
7# Licenced under GNU Library General Public License version 2
8*/
9
15#ifndef __RPC_CLIENT_H__
16#define __RPC_CLIENT_H__
17
18void initialize_rpc_client(void);
19void deinitialize_rpc_client(void);
20void call_client_callback(int id);
21
22#endif