Commit: ebef8c417614e90ec1a07366ad540e06532a68ba Author: Jefersson Nathan <ad...@phpse.net> Mon, 1 Apr 2013 17:17:41 -0300 Committer: Stanislav Malyshev <s...@php.net> Sun, 16 Jun 2013 18:13:49 -0700 Parents: ee01af7df149da2c511b0f91db2e161eebb2bf58 Branches: PHP-5.4 PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ebef8c417614e90ec1a07366ad540e06532a68ba Log: Identation Fixed Changed paths: M netware/start.c Diff: diff --git a/netware/start.c b/netware/start.c index 2765ffb..8651a6c 100644 --- a/netware/start.c +++ b/netware/start.c @@ -24,7 +24,7 @@ void *gLibHandle = (void *) NULL; rtag_t gAllocTag = (rtag_t) NULL; NXMutex_t *gLibLock = (NXMutex_t *) NULL; -int gLibId = 0; +int gLibId = 0; int DisposeLibraryData( void *data) @@ -35,17 +35,17 @@ int DisposeLibraryData( void *data) int _NonAppStart ( - void *NLMHandle, - void *errorScreen, + void *NLMHandle, + void *errorScreen, const char *cmdLine, const char *loadDirPath, size_t uninitializedDataLength, - void *NLMFileHandle, - int (*readRoutineP)( int conn, void *fileHandle, size_t offset, - size_t nbytes, size_t *bytesRead, void *buffer ), + void *NLMFileHandle, + int (*readRoutineP)( int conn, void *fileHandle, size_t offset, + size_t nbytes, size_t *bytesRead, void *buffer ), size_t customDataOffset, size_t customDataSize, - int messageCount, + int messageCount, const char **messages ) { -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php