mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 09:58:40 -07:00
773792b803
closes #52
9 lines
145 B
C
9 lines
145 B
C
#ifndef _LISTSORT_INCL_
|
|
# define _LISTSORT_INCL_
|
|
|
|
#include "json.h"
|
|
|
|
JsonNode *listsort(JsonNode *list, int is_circular, int is_double);
|
|
|
|
#endif
|