[53198] trunk/base/src/pextlib1.0/strsed.c
toby at macports.org
toby at macports.org
Tue Jun 30 22:35:52 PDT 2009
Revision: 53198
http://trac.macports.org/changeset/53198
Author: toby at macports.org
Date: 2009-06-30 22:35:51 -0700 (Tue, 30 Jun 2009)
Log Message:
-----------
fix protos
Modified Paths:
--------------
trunk/base/src/pextlib1.0/strsed.c
Modified: trunk/base/src/pextlib1.0/strsed.c
===================================================================
--- trunk/base/src/pextlib1.0/strsed.c 2009-07-01 05:04:01 UTC (rev 53197)
+++ trunk/base/src/pextlib1.0/strsed.c 2009-07-01 05:35:51 UTC (rev 53198)
@@ -215,13 +215,13 @@
/* ------------------------------------------------------------------------- **
* Prototypes
* ------------------------------------------------------------------------- */
-static char *mem();
-static void mem_init();
-static void mem_free();
-static char *build_map();
-static char nextch();
-static void mem_save();
-static int mem_find();
+static char *mem(int, int);
+static void mem_init(void);
+static void mem_free(char *);
+static char *build_map(char *, char *);
+static char nextch(char *, int);
+static void mem_save(int);
+static int mem_find(int);
/* ------------------------------------------------------------------------- **
* strsed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090630/46835038/attachment.html>
More information about the macports-changes
mailing list