| 103 | } |
| 104 | |
| 105 | static int HTPCallbackRequestLine(htp_tx_t *tx) |
| 106 | { |
| 107 | fprintf(logfile, "HTPCallbackRequestLine\n"); |
| 108 | return 0; |
| 109 | } |
| 110 | |
| 111 | /** |
| 112 | * Invoked every time LibHTP wants to log. |
nothing calls this directly
no outgoing calls
no test coverage detected