Added API data definitions.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "include/data.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
int name_verify(const char* name) {
|
||||
if (!name) return 0;
|
||||
if (strlen(name) > NAME_MAX_LENGTH) return 0;
|
||||
|
||||
Reference in New Issue
Block a user