homebrewfilter/svnrev/svnrev.h
Christopher Roy Bratusek 4cd74c3b37 Unix line-endings
2011-10-15 17:21:05 +02:00

14 lines
144 B
C

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