chiark / gitweb /
utf32_word_split() and utf8_word_split() splits a string into words
[disorder] / lib / configuration.h
index 4ef7862071aa0479222899ab2be7313bc5ce6fd9..a4ffa6337bfa047c828d8e6c111bd34465cd2228 100644 (file)
@@ -246,6 +246,9 @@ struct config {
   /* derived values: */
   int nparts;                          /* number of distinct name parts */
   char **parts;                                /* name part list  */
+
+  /* undocumented, for testing only */
+  long dbversion;
 };
 
 extern struct config *config;