source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Fix previous: the mandocdb() prototype was already there, it
@ 2016-07-15 18:50 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2016-07-15 18:50 UTC (permalink / raw)
  To: source

Log Message:
-----------
Fix previous: the mandocdb() prototype was already there, it just
hid among static functions, as noticed by tedu@ (my bad).

Modified Files:
--------------
    mdocml:
        main.c

Revision Data
-------------
Index: main.c
===================================================================
RCS file: /home/cvs/mdocml/mdocml/main.c,v
retrieving revision 1.270
retrieving revision 1.271
diff -Lmain.c -Lmain.c -u -p -r1.270 -r1.271
--- main.c
+++ main.c
@@ -88,7 +88,9 @@ struct	curparse {
 };
 
 
+#if HAVE_SQLITE3
 int			  mandocdb(int, char *[]);
+#endif
 
 static	int		  fs_lookup(const struct manpaths *,
 				size_t ipath, const char *,
@@ -98,9 +100,6 @@ static	void		  fs_search(const struct ma
 				const struct manpaths *, int, char**,
 				struct manpage **, size_t *);
 static	int		  koptions(int *, char *);
-#if HAVE_SQLITE3
-int			  mandocdb(int, char**);
-#endif
 static	int		  moptions(int *, char *);
 static	void		  mmsg(enum mandocerr, enum mandoclevel,
 				const char *, int, int, const char *);
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-15 18:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-15 18:50 mdocml: Fix previous: the mandocdb() prototype was already there, it schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).