X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Flookup_table.c;h=821954ebe0122243014046b774cf85d9a051f708;hp=9358093429216993661c2bd7cc40a6e20eb70ea9;hb=815ad485b8ce48db48a3137d73e511f6c9af868c;hpb=ef8f45b98b5c4db398321cd36d052ccbb9c3784a diff --git a/src/lookup_table.c b/src/lookup_table.c index 93580934..821954eb 100644 --- a/src/lookup_table.c +++ b/src/lookup_table.c @@ -348,3 +348,9 @@ WIMLIBAPI void wimlib_print_lookup_table(WIMStruct *w) for_lookup_table_entry(w->lookup_table, print_lookup_table_entry, NULL); } + +/*struct lookup_table_entry *lookup_resource(const struct lookup_table *table,*/ + /*const char *path, int lookup_flags)*/ +/*{*/ + /*return lookup_resource(w->lookup_table, dentry->hash);*/ +/*}*/