Changes to gnats/gnats/query.h
Yngve Svendsen <[email protected]> Mon, 28 Oct 2002 17:57:51 -0500
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/gnats/query.h
diff -c gnats/gnats/query.h:1.36 gnats/gnats/query.h:1.37
*** gnats/gnats/query.h:1.36 Sun Feb 10 13:24:02 2002
--- gnats/gnats/query.h Mon Oct 28 17:57:50 2002
***************
*** 28,34 ****
typedef enum e_lists {
InvalidListType = -1,
ListCategories = 0, ListSubmitters, ListResponsible, ListStates,
! ListFieldNames, ListInitialInputFields, ListDatabases
} ListTypes;
/* The four operations to perform. */
--- 28,35 ----
typedef enum e_lists {
InvalidListType = -1,
ListCategories = 0, ListSubmitters, ListResponsible, ListStates,
! ListFieldNames, ListInitialInputFields, ListInitialRequiredFields,
! ListDatabases
} ListTypes;
/* The four operations to perform. */