summaryrefslogtreecommitdiffstatshomepage
path: root/man_argv.c
diff options
context:
space:
mode:
Diffstat (limited to 'man_argv.c')
-rw-r--r--man_argv.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/man_argv.c b/man_argv.c
index eb9d47f6..f9f76f63 100644
--- a/man_argv.c
+++ b/man_argv.c
@@ -1,4 +1,4 @@
-/* $Id: man_argv.c,v 1.7 2011/03/22 14:33:05 kristaps Exp $ */
+/* $Id: man_argv.c,v 1.8 2011/03/23 12:40:04 kristaps Exp $ */
/*
* Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org>
*
@@ -18,8 +18,6 @@
#include "config.h"
#endif
-#include <sys/types.h>
-
#include <assert.h>
#include "man.h"
@@ -27,7 +25,7 @@
#include "libman.h"
#include "libmandoc.h"
-int
+enum margserr
man_args(struct man *m, int line, int *pos, char *buf, char **v)
{
char *start;