summaryrefslogtreecommitdiff
path: root/libgs/src/gs.h
blob: c69ca40df7a1163b62dafe1485f00a26a79b1fae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __GS_H
#define __GS_H

#include "app.h" 
#include "account.h" 
#include "auth.h" 
#include "client.h" 
#include "http.h" 
#include "log.h" 
#include "string-util.h" 
#include "status.h" 
#include "timeline.h" 

int gs_init();
void gs_cleanup();

#endif