From 4585ec623286900898a09b1714b3b5de38be4fec Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Fri, 28 Jan 2022 15:50:38 -0500 Subject: login: Add password authentication for registrations --- src/util.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/util.h (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h new file mode 100644 index 0000000..5ef6a2c --- /dev/null +++ b/src/util.h @@ -0,0 +1,22 @@ +/* + * ===================================================================================== + * + * Filename: util.h + * + * Description: Helpful utility functions for dealing with common issues + * + * Version: 1.0 + * Created: 01/28/2022 03:43:56 PM + * Revision: none + * Compiler: gcc + * + * Author: Cara Salter (cara@devcara.com), + * Organization: Muirrum Software Workshops + * + * ===================================================================================== + */ + +#include +#include + +char* trimwhitespace(char* str); -- cgit v1.2.3