From 5780fdaca5a2cd49c8218aec48cb6647374089ec Mon Sep 17 00:00:00 2001 From: kx Date: Wed, 28 Sep 2022 17:07:19 +0300 Subject: users list command implementation --- src/main.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index f0e017c..331c831 100644 --- a/src/main.h +++ b/src/main.h @@ -1,4 +1,18 @@ +#ifndef __MAIN_H +#define __MAIN_H + + +#ifdef __cplusplus +extern "C" { +#endif + extern int done; /* When non-zero, this global means the user is done using this program. */ + +#ifdef __cplusplus +} +#endif + +#endif /* __MAIN_H */ -- cgit v1.2.3