Revision: 2706
http://tmux.svn.sourceforge.net/tmux/?rev=2706&view=rev
Author: nicm
Date: 2012-03-02 11:23:51 +0000 (Fri, 02 Mar 2012)
Log Message:
-----------
ANSIfy function prototypes, from Tim Ruehsen.
Modified Paths:
--------------
trunk/compat/fgetln.c
trunk/compat/getopt.c
Modified: trunk/compat/fgetln.c
===================================================================
--- trunk/compat/fgetln.c 2012-03-01 17:16:49 UTC (rev 2705)
+++ trunk/compat/fgetln.c 2012-03-02 11:23:51 UTC (rev 2706)
@@ -43,9 +43,7 @@
#include "tmux.h"
char *
-fgetln(fp, len)
- FILE *fp;
- size_t *len;
+fgetln(FILE *fp, size_t *len)
{
static char *buf = NULL;
static size_t bufsiz = 0;
Modified: trunk/compat/getopt.c
===================================================================
--- trunk/compat/getopt.c 2012-03-01 17:16:49 UTC (rev 2705)
+++ trunk/compat/getopt.c 2012-03-02 11:23:51 UTC (rev 2706)
@@ -52,10 +52,7 @@
* Parse argc/argv argument vector.
*/
int
-BSDgetopt(nargc, nargv, ostr)
- int nargc;
- char * const *nargv;
- const char *ostr;
+BSDgetopt(int nargc, char *const *nargv, const char *ostr)
{
static char *place = EMSG; /* option letter processing */
char *oli; /* option letter list index */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs