Skip to content

Commit edbf8c6

Browse files
authored
Update search.c
1 parent 197876b commit edbf8c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

search.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ char *version = NULL;
3232
char *raw_patch = NULL;
3333
char *patch = NULL;
3434

35+
36+
char *CATEGORY = NULL;
37+
char *PACKAGE = NULL;
38+
char *VERSION = NULL;
39+
3540
// expression related
3641
char *expr = NULL;
3742
char *more_version = NULL;

0 commit comments

Comments
 (0)