list.h: Don't use "new" as an variable name.
[paraslash.git] / version.h
1 /** \file version.h Functions for printing the version string. */
2
3 const char *version_single_line(const char *pfx);
4 const char *version_text(const char *pfx);
5 void version_handle_flag(const char *pfx, bool flag);