aboutsummaryrefslogtreecommitdiff
path: root/restapi/subscriptions.h
blob: 0347e15186118ef6ac8b6a98109ca5a55e40bc75 (plain)
1
2
3
4
5
6
7
8
9
#ifndef RESTAPI_SUBSCRIPTIONS_H_
#define RESTAPI_SUBSCRIPTIONS_H_

#include "common/subscriptions.h"

struct subscription*  // returns NULL if error or a uthash of subscriptions that needs to be freed by the caller
restapi_subscriptions_get(void);

#endif