c3e92fef4c
From https://web.archive.org/web/20140622071149/http://only.mawhrin.net/~alexey/fookb/fookb-3.1.tar.gz
14 lines
188 B
C
14 lines
188 B
C
/*
|
|
* fookb.h
|
|
*
|
|
* (c) 1998-2004 Alexey Vyskubov <alexey@mawhrin.net>
|
|
*
|
|
*/
|
|
|
|
#ifndef FOOKB_H
|
|
#define FOOKB_H
|
|
|
|
extern char mydispname[256]; /* X display name */
|
|
|
|
#endif /* FOOKB_H */
|