X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=tools%2Fblergtool.c;h=b0e7368589f91134267de8ee7d0c2196269e0fbf;hb=ec8746b44dc85fd3e3b42835f779890684a9e90a;hp=cc78c7dae46e99ae37044f7ebe49b08b1ef60175;hpb=96ec261b36bdbb701e05f5ee1aab70dec44085f9;p=blerg.git diff --git a/tools/blergtool.c b/tools/blergtool.c index cc78c7d..b0e7368 100644 --- a/tools/blergtool.c +++ b/tools/blergtool.c @@ -1,3 +1,6 @@ +/* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a + * BSD-style license. Please see the COPYING file for details. + */ #include #include #include "database.h" @@ -54,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 {