From 86e6cb6278041492ce2281f7ed8d8dcea37e50c7 Mon Sep 17 00:00:00 2001 From: Joseph Redmon <pjreddie@users.noreply.github.com> Date: Wed, 05 Aug 2015 23:56:24 +0000 Subject: [PATCH] Update README.md --- src/utils.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/utils.h b/src/utils.h index 5e6c507..e93cdd0 100644 --- a/src/utils.h +++ b/src/utils.h @@ -4,6 +4,8 @@ #include <time.h> #include "list.h" +#define SECRET_NUM -1234 + char *basecfg(char *cfgfile); int alphanum_to_int(char c); char int_to_alphanum(int i); -- Gitblit v1.10.0