usbloadergx/source/svnrev.h
2009-07-25 07:13:33 +00:00

15 lines
144 B
C

#ifndef SVNREV_H
#ifdef __cplusplus
extern "C"
{
#endif
const char *GetRev();
#ifdef __cplusplus
}
#endif
#endif /* SVNREV_H */