Added snsecprintf function that writes the secprintf message into the
buffer provided.
This commit is contained in:
@@ -66,6 +66,7 @@
|
||||
|
||||
int success(int, const char *, const char *);
|
||||
int secprintf(const char *secret, const char *msg, const char *name);
|
||||
int snsecprintf(size_t len, char *buffer, const char *secret, const char *msg, const char *name);
|
||||
int partial_credit(const char *secret, const char *name, int scored, int total);
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
Reference in New Issue
Block a user