homebrewfilter/svnrev/svnrev.h
Christopher Roy Bratusek f0312d66ef add svnrev stuff
2011-10-01 19:45:29 +02:00

14 lines
157 B
C

#ifndef SVNREV_H
#define SVNREV_H
#ifdef __cplusplus
extern "C" {
#endif
int SvnRev();
#ifdef __cplusplus
}
#endif
#endif /* SVNREV_H */