usbloadergx/source/svnrev.h

15 lines
138 B
C

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