aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/reason_phrase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/reason_phrase.h')
-rw-r--r--src/daemon/reason_phrase.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/daemon/reason_phrase.h b/src/daemon/reason_phrase.h
index b6376a2f..20c11d52 100644
--- a/src/daemon/reason_phrase.h
+++ b/src/daemon/reason_phrase.h
@@ -32,7 +32,6 @@
32 * If we don't have a string for a status code, we give the first 32 * If we don't have a string for a status code, we give the first
33 * message in that status code class. 33 * message in that status code class.
34 */ 34 */
35const char* 35const char *MHD_get_reason_phrase_for (unsigned int code);
36MHD_get_reason_phrase_for(unsigned int code);
37 36
38#endif 37#endif