| 85 | } |
| 86 | |
| 87 | static int HTPCallbackRequestStart(htp_tx_t *tx) |
| 88 | { |
| 89 | fprintf(logfile, "HTPCallbackRequestStart\n"); |
| 90 | return 0; |
| 91 | } |
| 92 | |
| 93 | static int HTPCallbackRequest(htp_tx_t *tx) |
| 94 | { |
nothing calls this directly
no outgoing calls
no test coverage detected