summaryrefslogtreecommitdiffstats
path: root/libblkid/docs/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak2013-03-15 14:23:04 +0100
committerKarel Zak2013-03-15 14:59:02 +0100
commit2bb7a706a19b3473b06c2f365994660c89c4bc87 (patch)
tree8846e3c0e23d5ab4d5e5d9e285ace1523be2fbd9 /libblkid/docs/Makefile.am
parentbuild-sys: inform gtk-doc about __ul_attribute__ (diff)
downloadkernel-qcow2-util-linux-2bb7a706a19b3473b06c2f365994660c89c4bc87.tar.gz
kernel-qcow2-util-linux-2bb7a706a19b3473b06c2f365994660c89c4bc87.tar.xz
kernel-qcow2-util-linux-2bb7a706a19b3473b06c2f365994660c89c4bc87.zip
libblkid: clean up header file
* don't teach people C by header files, so use warn_unused_result attribute only on places where we return allocated memory (to avoid leaks in applications). Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libblkid/docs/Makefile.am')
-rw-r--r--libblkid/docs/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/libblkid/docs/Makefile.am b/libblkid/docs/Makefile.am
index d06038ef0..a36c8936d 100644
--- a/libblkid/docs/Makefile.am
+++ b/libblkid/docs/Makefile.am
@@ -57,7 +57,8 @@ EXTRA_HFILES=
# Header files to ignore when scanning. Use base file name, no paths
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES=blkidP.h list.h partitions.h superblocks.h topology.h aix.h dos.h
+IGNORE_HFILES=blkidP.h list.h partitions.h superblocks.h \
+ topology.h aix.h dos.h iso9660.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png