homebrewfilter/svnrev/svnrev.h

14 lines
144 B
C
Raw Normal View History

2011-10-15 17:21:05 +02:00
#ifndef SVNREV_H
#define SVNREV_H
#ifdef __cplusplus
extern "C" {
#endif
int SvnRev();
#ifdef __cplusplus
}
#endif
2011-10-01 19:45:29 +02:00
#endif /* SVNREV_H */