Fix uip/whom.c for C89 compatibility
[mmh] / uip / flist.c
index 63fcb0f..73ad5f2 100644 (file)
@@ -60,6 +60,8 @@ static struct swit switches[] = {
        { NULL, 0 }
 };
 
+char *version=VERSION;
+
 struct Folder {
        char *name;  /* name of folder */
        int priority;