X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=tools%2Fblergtool.c;h=b0e7368589f91134267de8ee7d0c2196269e0fbf;hb=ec8746b44dc85fd3e3b42835f779890684a9e90a;hp=0531858a9ce28351f0d7bc52847f82ed091b9b3e;hpb=54789cc8538714fc3622646721f6f2ecceae94ac;p=blerg.git diff --git a/tools/blergtool.c b/tools/blergtool.c index 0531858..b0e7368 100644 --- a/tools/blergtool.c +++ b/tools/blergtool.c @@ -57,7 +57,7 @@ int main(int argc, char *argv[]) { } else if (strncmp(argv[1], "list", 4) == 0) { char *tag = argv[2]; int count = 50; - struct tag *list = tag_list(tag, 0, &count, -1); + struct blergref *list = tag_list(tag, 0, &count, -1); if (list == NULL) { printf("No entries"); } else {