"Fossies" - the Fresh Open Source Software Archive 
Member "vnstat-2.9/src/dbjson.h" (24 Jan 2019, 392 Bytes) of package /linux/misc/vnstat-2.9.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
For more information about "dbjson.h" see the
Fossies "Dox" file reference documentation.
1 #ifndef DBJSON_H
2 #define DBJSON_H
3
4 void showjson(const char *interface, const int ifcount, const char mode, const char *databegin, const char *dataend);
5 void jsondump(const interfaceinfo *interface, const char *tablename, const int datetype, const char *databegin, const char *dataend);
6 void jsondate(const time_t *date, const int type);
7 void jsonheader(void);
8 void jsonfooter(void);
9
10 #endif