9e79c9d99b
* code cleanup
15 lines
153 B
C
15 lines
153 B
C
#ifndef SVNREV_H
|
|
#define SVNREV_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
const char *GetRev();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* SVNREV_H */
|