Delete unused version.c file and corresponding function prototypes
from blkid.h. If this file needs to be resurrected, it can be based on ext2fs/version.c.
This commit is contained in:
@@ -98,11 +98,6 @@ extern blkid_dev blkid_find_dev_with_tag(blkid_cache cache,
|
||||
extern int blkid_parse_tag_string(const char *token, char **ret_type,
|
||||
char **ret_val);
|
||||
|
||||
/* version.c */
|
||||
extern int blkid_parse_version_string(const char *ver_string);
|
||||
extern int blkid_get_library_version(const char **ver_string,
|
||||
const char **date_string);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user