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