Yay, fixed - Can I see who changed this code please? ;)

SVN revision: 8652
This commit is contained in:
handyande 2004-01-25 11:18:33 +00:00 committed by handyande
parent 04ddf4dcf9
commit 655db0c9e8
2 changed files with 3 additions and 2 deletions

View File

@ -8,3 +8,4 @@ ipc_ecore.lo
util.lo
edb.lo
libecore_config.la
ecore_config_ipc_ecore.la

View File

@ -169,7 +169,7 @@ static int ipc_client_sent(void *data,int type,void *event) {
static int ipc_init(char *pipe_name, void **data) {
int ipc_init(char *pipe_name, void **data) {
Ecore_Ipc_Server **server=(Ecore_Ipc_Server **)data;
struct stat st;
char *p;
@ -219,7 +219,7 @@ static int ipc_init(char *pipe_name, void **data) {
static int ipc_exit(void **data) {
int ipc_exit(void **data) {
int ret=ECORE_CONFIG_ERR_SUCC;
Ecore_Ipc_Server **server=(Ecore_Ipc_Server **)data;