]> wimlib.net Git - wimlib/blobdiff - include/wimlib/tagged_items.h
'extern' in function declarations is redundant
[wimlib] / include / wimlib / tagged_items.h
index dfbae30bb9839d7c676b6b2937ed01b608feb1b4..815fa187925aaa00ea60715e21b36a976a250487 100644 (file)
@@ -20,11 +20,11 @@ struct wim_inode;
  */
 #define TAG_WIMLIB_LINUX_XATTRS                0x337DD874
 
-extern void *
+void *
 inode_get_tagged_item(const struct wim_inode *inode, u32 tag, u32 min_len,
                      u32 *actual_len_ret);
 
-extern bool
+bool
 inode_set_tagged_item(struct wim_inode *inode, u32 tag,
                      const void *data, u32 len);