X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Ffc%2Ffsio.h;h=2bb8e0b73d39b7155384cd1eab6a22624f6a7dc2;hb=3e1969f2133dfd2fac68f01b2b2aa460d86174d7;hp=bd0c621e84509db171dd3325591e56f78fe6038f;hpb=45d55832022c5ce693e99f8de99480ab968e5ff0;p=framework%2Fuifw%2Fxorg%2Flib%2Flibxfont.git diff --git a/src/fc/fsio.h b/src/fc/fsio.h old mode 100755 new mode 100644 index bd0c621..2bb8e0b --- a/src/fc/fsio.h +++ b/src/fc/fsio.h @@ -110,9 +110,9 @@ typedef struct _fs_fpe_data { CARD32 brokenWriteTime; /* time to retry broken write */ CARD32 blockedConnectTime; /* time to abort blocked connect */ CARD32 brokenConnectionTime; /* time to retry broken connection */ - + FSBlockDataPtr blockedRequests; - + struct _XtransConnInfo *trans_conn; /* transport connection object */ } FSFpeRec; @@ -129,8 +129,8 @@ typedef struct _fs_fpe_data { #define FSIO_ERROR -1 extern Bool _fs_reopen_server ( FSFpePtr conn ); -extern int _fs_write ( FSFpePtr conn, char *data, long size ); -extern int _fs_write_pad ( FSFpePtr conn, char *data, long len ); +extern int _fs_write ( FSFpePtr conn, const char *data, long size ); +extern int _fs_write_pad ( FSFpePtr conn, const char *data, long len ); extern int _fs_wait_for_readable ( FSFpePtr conn, int ms ); extern long _fs_pad_length (long len);