14 lines
204 B
C
14 lines
204 B
C
/*
|
|
* File: opts.h
|
|
*
|
|
* (c) 1998-2004 Alexey Vyskubov <alexey@mawhrin.net>
|
|
*
|
|
*/
|
|
|
|
#ifndef OPTS_H
|
|
#define OPTS_H
|
|
|
|
extern char *icon1, *icon2, *icon3, *icon4, *iconboom, *display;
|
|
|
|
#endif /* OPTS_H */
|