Add tool to convert old plain passwords to MD5
[blerg.git] / tools / blergtool.c
index 0531858..b0e7368 100644 (file)
@@ -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 {