From: Miek Gieben Date: Mon, 20 Jun 2005 11:28:04 +0000 (+0000) Subject: make tags tweak X-Git-Tag: release-0.66~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4db153cabe72b6c0332e175b6b3ba68ee995ecf5;p=thirdparty%2Fldns.git make tags tweak --- diff --git a/Makefile.in b/Makefile.in index b21a040e..0c907c9b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -187,7 +187,7 @@ lint: if [ $$? -ne 0 ] ; then exit 1 ; fi ; \ done -tags: *.c *.h ldns/*.[ch] +tags: *.c ldns/*.[ch] ctags *.[ch] ldns/*.[ch] timegm$U.o: compat/timegm.c diff --git a/zone.c b/zone.c index f79ee37e..ca0d0b94 100644 --- a/zone.c +++ b/zone.c @@ -1,6 +1,6 @@ /* zone.c * - * access functions for ldns_zone + * Functions for ldns_zone structure * a Net::DNS like library for C * * (c) NLnet Labs, 2004