diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -212,7 +212,7 @@ xs_dict *http_signed_request(snac *snac, const char *method, const char *url, | |||
| 212 | const char *body, int b_size, | 212 | const char *body, int b_size, |
| 213 | int *status, xs_str **payload, int *p_size, | 213 | int *status, xs_str **payload, int *p_size, |
| 214 | int timeout); | 214 | int timeout); |
| 215 | int check_signature(snac *snac, xs_dict *req, xs_str **err); | 215 | int check_signature(xs_dict *req, xs_str **err); |
| 216 | 216 | ||
| 217 | void httpd(void); | 217 | void httpd(void); |
| 218 | 218 | ||
| @@ -249,7 +249,7 @@ int send_to_inbox_raw(const char *keyid, const char *seckey, | |||
| 249 | xs_val **payload, int *p_size, int timeout); | 249 | xs_val **payload, int *p_size, int timeout); |
| 250 | int send_to_inbox(snac *snac, const xs_str *inbox, const xs_dict *msg, | 250 | int send_to_inbox(snac *snac, const xs_str *inbox, const xs_dict *msg, |
| 251 | xs_val **payload, int *p_size, int timeout); | 251 | xs_val **payload, int *p_size, int timeout); |
| 252 | xs_str *get_actor_inbox(snac *snac, const char *actor); | 252 | xs_str *get_actor_inbox(const char *actor); |
| 253 | int send_to_actor(snac *snac, const char *actor, const xs_dict *msg, | 253 | int send_to_actor(snac *snac, const char *actor, const xs_dict *msg, |
| 254 | xs_val **payload, int *p_size, int timeout); | 254 | xs_val **payload, int *p_size, int timeout); |
| 255 | int is_msg_public(const xs_dict *msg); | 255 | int is_msg_public(const xs_dict *msg); |