| 3242 | } |
| 3243 | |
| 3244 | void |
| 3245 | protocol_free(struct protocol *proto) |
| 3246 | { |
| 3247 | free(proto); |
| 3248 | } |
| 3249 | |
| 3250 | /**************************************************************************/ |
| 3251 | int |
no outgoing calls
no test coverage detected
searching dependent graphs…