aboutsummaryrefslogtreecommitdiff
path: root/src/lib/action_suspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/action_suspend.c')
-rw-r--r--src/lib/action_suspend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/action_suspend.c b/src/lib/action_suspend.c
index 9e5e1301..da27f124 100644
--- a/src/lib/action_suspend.c
+++ b/src/lib/action_suspend.c
@@ -123,10 +123,10 @@ suspend_action (void *cls,
123 * 123 *
124 * @return action to cause a request to be suspended. 124 * @return action to cause a request to be suspended.
125 */ 125 */
126struct MHD_Action * 126const struct MHD_Action *
127MHD_action_suspend (void) 127MHD_action_suspend (void)
128{ 128{
129 static struct MHD_Action suspend = { 129 static const struct MHD_Action suspend = {
130 .action = &suspend_action, 130 .action = &suspend_action,
131 .action_cls = NULL 131 .action_cls = NULL
132 }; 132 };