mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
remove some spurious tabs and replace with spaces
Fix variable alignment if necessary.
This commit is contained in:
parent
c1034058f6
commit
314aa9660d
20
src/admin.h
20
src/admin.h
@ -28,9 +28,9 @@
|
|||||||
#define ADMINTYPE_HYBRID (ADMINTYPE_GENERAL|ADMINTYPE_MOUNT)
|
#define ADMINTYPE_HYBRID (ADMINTYPE_GENERAL|ADMINTYPE_MOUNT)
|
||||||
|
|
||||||
/* formats */
|
/* formats */
|
||||||
#define RAW 1
|
#define RAW 1
|
||||||
#define TRANSFORMED 2
|
#define TRANSFORMED 2
|
||||||
#define PLAINTEXT 3
|
#define PLAINTEXT 3
|
||||||
|
|
||||||
/* special commands */
|
/* special commands */
|
||||||
#define ADMIN_COMMAND_ERROR (-1)
|
#define ADMIN_COMMAND_ERROR (-1)
|
||||||
@ -38,14 +38,14 @@
|
|||||||
|
|
||||||
void admin_handle_request(client_t *client, const char *uri);
|
void admin_handle_request(client_t *client, const char *uri);
|
||||||
|
|
||||||
void admin_send_response(xmlDocPtr doc,
|
void admin_send_response(xmlDocPtr doc,
|
||||||
client_t *client,
|
client_t *client,
|
||||||
int response,
|
int response,
|
||||||
const char *xslt_template);
|
const char *xslt_template);
|
||||||
|
|
||||||
void admin_add_listeners_to_mount(source_t *source,
|
void admin_add_listeners_to_mount(source_t *source,
|
||||||
xmlNodePtr parent,
|
xmlNodePtr parent,
|
||||||
operation_mode mode);
|
operation_mode mode);
|
||||||
|
|
||||||
xmlNodePtr admin_add_role_to_authentication(auth_t *auth, xmlNodePtr parent);
|
xmlNodePtr admin_add_role_to_authentication(auth_t *auth, xmlNodePtr parent);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user