mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:45:10 +00:00
[ADD/WIP] Add some HTTP request code
We can now *register* users!
This commit is contained in:
parent
47c98cbbe3
commit
0fa95c2d14
12 changed files with 320 additions and 11 deletions
8
src/include/Matrix.h
Normal file
8
src/include/Matrix.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef PARSEE_MATRIX_H
|
||||
#define PARSEE_MATRIX_H
|
||||
|
||||
#include <Cytoplasm/Json.h>
|
||||
|
||||
/* Creates an error message JSON, with the specified code and message. */
|
||||
extern HashMap * MatrixCreateError(char *err, char *msg);
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue