]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - include/names.h
uapi: in.h change
[mirror_iproute2.git] / include / names.h
index 3e5d3b146a23b8cd6293b562e98200fae37f58f6..2fcaacc398d4a1e393a056ca1b11ce5764c8ade7 100644 (file)
@@ -22,6 +22,5 @@ int db_names_load(struct db_names *db, const char *path);
 void db_names_free(struct db_names *db);
 
 char *id_to_name(struct db_names *db, int id, char *name);
-int name_to_id(struct db_names *db, int *id, const char *name);
 
 #endif