summaryrefslogtreecommitdiffstatshomepage
path: root/man.c
diff options
context:
space:
mode:
Diffstat (limited to 'man.c')
-rw-r--r--man.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/man.c b/man.c
index 99af2012..e99353ed 100644
--- a/man.c
+++ b/man.c
@@ -1,4 +1,4 @@
-/* $Id: man.c,v 1.14 2009/04/02 06:51:44 kristaps Exp $ */
+/* $Id: man.c,v 1.15 2009/04/03 11:08:39 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -62,12 +62,14 @@ man_meta(const struct man *m)
}
-void
+int
man_reset(struct man *man)
{
man_free1(man);
man_alloc1(man);
+ /* TODO */
+ return(1);
}