1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

Feature: Assign ADMIN_FORMAT_JSON

This commit is contained in:
Philipp Schafft 2020-10-04 15:32:25 +00:00
parent 731ac5c8e6
commit deaad3246c

View File

@ -33,7 +33,8 @@ typedef enum {
ADMIN_FORMAT_AUTO,
ADMIN_FORMAT_RAW,
ADMIN_FORMAT_HTML,
ADMIN_FORMAT_PLAINTEXT
ADMIN_FORMAT_PLAINTEXT,
ADMIN_FORMAT_JSON
} admin_format_t;
/* ---[ acl.[ch] ]--- */