Reformat all code using astyle.
[tinc] / src / version.h
index f34373e..a4cf0a7 100644 (file)
@@ -20,8 +20,8 @@
     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-extern const charconst BUILD_DATE;
-extern const charconst BUILD_TIME;
-extern const charconst BUILD_VERSION;
+extern const char *const BUILD_DATE;
+extern const char *const BUILD_TIME;
+extern const char *const BUILD_VERSION;
 
 #endif