fookb-perso/opts.h

23 lines
425 B
C

/*
* File: opts.h
*
* (c) 1998-2004 Alexey Vyskubov <alexey@mawhrin.net>
*
*/
#ifndef OPTS_H
#define OPTS_H
/* X Window resource management */
#include <X11/Xlib.h>
#include <X11/Xresource.h>
extern XrmDatabase cmdlineDB; /* Database for resources from command
line */
void ParseOptions(int *argc, register char *argv[]); /* Parse
command
line
options */
#endif /* OPTS_H */