11 lines
200 B
C
11 lines
200 B
C
#ifndef _XmdDir_h
|
|
#define _XmdDir_h
|
|
|
|
#include <X11/Intrinsic.h>
|
|
|
|
/* XmdDirGetUser returns the location of the Xmd user directory, which is
|
|
located at $HOME/.Xmd */
|
|
String XmdDirGetUser ();
|
|
|
|
#endif
|