Fix distribution of gnet-pcbfwd.scm in the dist tarball
[geda-pcb/gde.git] / src / lrealpath.h
bloba4f70818cadc3922bddd3ae3d3a58d0f15374a86
1 #ifndef __LREALPATH_H__
2 #define __LREALPATH_H__
4 /* A well-defined realpath () that is always compiled in. */
5 char *lrealpath (const char *);
7 #endif /* __LREALPATH_H__ */