summaryrefslogtreecommitdiffstats
path: root/libversion/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'libversion/version.h')
-rw-r--r--libversion/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libversion/version.h b/libversion/version.h
index a656e74..22a054d 100644
--- a/libversion/version.h
+++ b/libversion/version.h
@@ -17,6 +17,6 @@
#ifndef VERSION_H
#define VERSION_H
-char *getVersion(void);
+char *getDoxygenVersion(void);
char *getGitVersion(void);
#endif