diff options
author | Omar Polo <op@omarpolo.com> | 2021-05-15 11:11:56 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-05-15 11:11:56 +0000 |
commit | ce2c9edbc230a052627540e3fd0f8a8b190be850 (patch) | |
tree | 420854b35738fe3c392a59b27d23ceb94ccfd10d /gmid.h | |
parent | d1051bfaa091850cc98f54b07577f2f721890acd (diff) |
define and use GMID_VERSION
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,8 @@ #include <openssl/x509.h> +#define GMID_VERSION "gmid/1.7" + #define GEMINI_URL_LEN (1024+3) /* URL max len + \r\n + \0 */ #define SUCCESS 20 |