[client] cosmetics

This commit is contained in:
Geoffrey McRae 2020-01-19 06:49:56 +11:00
parent 2c59b5f557
commit e6154e685f
2 changed files with 11 additions and 11 deletions

View File

@ -1 +1 @@
B1-99-g4746c89227+1
B1-100-g2c59b5f557+1

View File

@ -28,16 +28,16 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include <unistd.h>
// forwards
static bool optRendererParse (struct Option * opt, const char * str);
static StringList optRendererValues (struct Option * opt);
static char * optRendererToString (struct Option * opt);
static bool optPosParse (struct Option * opt, const char * str);
static StringList optPosValues (struct Option * opt);
static char * optPosToString (struct Option * opt);
static bool optSizeParse (struct Option * opt, const char * str);
static StringList optSizeValues (struct Option * opt);
static char * optSizeToString (struct Option * opt);
static char * optScancodeToString (struct Option * opt);
static bool optRendererParse (struct Option * opt, const char * str);
static StringList optRendererValues (struct Option * opt);
static char * optRendererToString(struct Option * opt);
static bool optPosParse (struct Option * opt, const char * str);
static StringList optPosValues (struct Option * opt);
static char * optPosToString (struct Option * opt);
static bool optSizeParse (struct Option * opt, const char * str);
static StringList optSizeValues (struct Option * opt);
static char * optSizeToString (struct Option * opt);
static char * optScancodeToString(struct Option * opt);
static void doLicense();