summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/strcollect.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/strcollect.c')
-rw-r--r--crypto/heimdal/lib/roken/strcollect.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/heimdal/lib/roken/strcollect.c b/crypto/heimdal/lib/roken/strcollect.c
index 1e82ad0..f291891 100644
--- a/crypto/heimdal/lib/roken/strcollect.c
+++ b/crypto/heimdal/lib/roken/strcollect.c
@@ -33,14 +33,14 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
-RCSID("$Id: strcollect.c,v 1.1 2000/01/09 10:57:43 assar Exp $");
+RCSID("$Id: strcollect.c 21005 2007-06-08 01:54:35Z lha $");
#endif
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
-#include <roken.h>
+#include "roken.h"
enum { initial = 10, increment = 5 };
@@ -69,7 +69,7 @@ sub (char **argv, int i, int argc, va_list *ap)
* terminated by NULL.
*/
-char **
+char ** ROKEN_LIB_FUNCTION
vstrcollect(va_list *ap)
{
return sub (NULL, 0, 0, ap);
@@ -79,7 +79,7 @@ vstrcollect(va_list *ap)
*
*/
-char **
+char ** ROKEN_LIB_FUNCTION
strcollect(char *first, ...)
{
va_list ap;
OpenPOWER on IntegriCloud