]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
make tags tweak
authorMiek Gieben <miekg@NLnetLabs.nl>
Mon, 20 Jun 2005 11:28:04 +0000 (11:28 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Mon, 20 Jun 2005 11:28:04 +0000 (11:28 +0000)
Makefile.in
zone.c

index b21a040ec2054f97574224b7e445705e2a4e6dc5..0c907c9ba67625c48b32a3590e3b41923287b759 100644 (file)
@@ -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 f79ee37ea4ac789ac19dfd7bc61f95c91bd1ef34..ca0d0b9407038f5d3bdc70b2e54483c87014c425 100644 (file)
--- 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