Commit 2313f93a authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

Merge of r1765451 did not apply cleanly, drop unneeded prototype.

parent df166b21
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -2339,15 +2339,6 @@ AP_DECLARE(char *) ap_get_exec_line(apr_pool_t *p,
                                    const char *cmd,
                                    const char * const *argv);

/**
 * Check if string contains a control character
 * @param str the string to check
 * @param srclen length of the data
 * @return 1 if yes, 0 if no control characters
 */
AP_DECLARE(int) ap_has_cntrl(const char *str)
                AP_FN_ATTR_NONNULL_ALL;

#define AP_NORESTART APR_OS_START_USEERR + 1

/**