usbloadergx/source/svnrev.h

15 lines
167 B
C
Raw Normal View History

#ifndef SVNREV_H
2009-07-25 09:22:29 +02:00
#define SVNREV_H
#ifdef __cplusplus
extern "C" {
#endif
const char *GetRev();
#ifdef __cplusplus
}
#endif
#endif /* SVNREV_H */