summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/pkg_hash.h')
-rw-r--r--libopkg/pkg_hash.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libopkg/pkg_hash.h b/libopkg/pkg_hash.h
index 8901a9b..ed010ef 100644
--- a/libopkg/pkg_hash.h
+++ b/libopkg/pkg_hash.h
@@ -27,7 +27,6 @@ extern "C" {
#include "pkg_dest.h"
#include "hash_table.h"
-
void pkg_hash_init(void);
void pkg_hash_deinit(void);
@@ -60,5 +59,4 @@ void file_hash_set_file_owner(const char *file_name, pkg_t *pkg);
}
#endif
-#endif
-
+#endif /* PKG_HASH_H */