chibipub

experimental activitypub node in C
git clone git://jb55.com/chibipub
Log | Files | Refs | README | LICENSE

outbox.h (216B)


      1 
      2 #ifndef CHIBIPUB_OUTBOX
      3 #define CHIBIPUB_OUTBOX
      4 
      5 #include "http.h"
      6 
      7 int handle_outbox_request(struct http_req *);
      8 int handle_outbox_page_request(struct http_req *, const char *outbox);
      9 
     10 #endif /* CHIBIPUB_OUTBOX */