src/undo.c: Converted plain comments into doxygen comments.
[geda-pcb/pcjc2.git] / src / lrealpath.h
blob5c92d133139d5c02bbe16415e799037a56f9542b
1 /*!
2 * \file src/lrealpath.h
4 * \brief Prototypes for Libiberty realpath.
5 */
7 #ifndef PCB_LREALPATH_H
8 #define PCB_LREALPATH_H
10 char *lrealpath (const char *);
12 #endif /* PCB_LREALPATH_H */