ViWMFS: Add viwmfs.c.

This commit is contained in:
Martin Duquesnoy
2009-08-24 16:26:52 +02:00
parent 1dce5bae3b
commit 14762210c1
6 changed files with 121 additions and 4 deletions

View File

@@ -388,4 +388,10 @@ typedef struct
uint button;
} name_to_uint_t;
typedef struct
{
char *cmd;
char *uicb;
} vicmd_to_uicb;
#endif /* STRUCTS_H */