]> wimlib.net Git - wimlib/commitdiff
capture.h: Remove duplicate definitions
authorEric Biggers <ebiggers3@gmail.com>
Mon, 13 Jan 2014 05:24:57 +0000 (23:24 -0600)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 13 Jan 2014 05:24:57 +0000 (23:24 -0600)
include/wimlib/capture.h

index 4d3a60aba8dfe92ae7c1f7017407eba3cbafb1f0..7ff82db233d4c2f4b0dba989c1a8955cbb71504f 100644 (file)
@@ -71,20 +71,6 @@ copy_and_canonicalize_capture_config(const struct wimlib_capture_config *config,
 extern void
 free_capture_config(struct wimlib_capture_config *config);
 
 extern void
 free_capture_config(struct wimlib_capture_config *config);
 
-/* hardlink.c */
-
-extern int
-init_inode_table(struct wim_inode_table *table, size_t capacity);
-
-extern int
-inode_table_new_dentry(struct wim_inode_table *table, const tchar *name,
-                      u64 ino, u64 devno, bool noshare,
-                      struct wim_dentry **dentry_ret);
-
-extern void
-inode_table_prepare_inode_list(struct wim_inode_table *table,
-                              struct list_head *head);
-
 
 #ifdef WITH_NTFS_3G
 /* ntfs-3g_capture.c */
 
 #ifdef WITH_NTFS_3G
 /* ntfs-3g_capture.c */