version 0.9.6.0
[vimprobable2.git] / main.h
blobf0a0fabf79bf865e59dab1feca1afbf834b96874
1 /*
2 (c) 2009 by Leon Winter
3 (c) 2009, 2010 by Hannes Schueller
4 (c) 2009, 2010 by Matto Fransen
5 (c) 2010 by Hans-Peter Deifel
6 (c) 2010 by Thomas Adams
7 see LICENSE file
8 */
10 /* functions */
11 void update_state(void);
12 gboolean process_line(char *line);
13 gboolean echo(const Arg *arg);
14 char * search_word(int whichword);