Xmd/libXmd/include/Xmd/Dir.h
2023-11-13 19:05:51 -05:00

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