Resolve KASM-2194 "Feature/ bulk user mgmt"
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
#ifndef __NETWORK_JSON_ESCAPE_H__
|
||||
#define __NETWORK_JSON_ESCAPE_H__
|
||||
|
||||
#include <kasmpasswd.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
@@ -26,6 +29,8 @@ extern "C" {
|
||||
void JSON_escape(const char *in, char *out);
|
||||
void JSON_unescape(const char *in, char *out);
|
||||
|
||||
struct kasmpasswd_t *parseJsonUsers(const char *data);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern C
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user