]> git.marmaro.de Git - mmh/blobdiff - uip/folder.c
Fix uip/whom.c for C89 compatibility
[mmh] / uip / folder.c
index 3e3cd760804afa8c0bf37974787eb08fa03f39c0..b7cdfe54d132448fed24aa48c50324e1689155c2 100644 (file)
@@ -64,6 +64,8 @@ static struct swit switches[] = {
        { NULL, 0 }
 };
 
+char *version=VERSION;
+
 static int fshort   = 0;  /* output only folder names */
 static int fcreat   = 0;  /* should we ask to create new folders? */
 static int fpack    = 0;  /* are we packing the folder? */