main
1#ifndef MDOC_H 2#define MDOC_H 3 4#include "protocol.h" 5 6void print_protocol_mdoc(const struct protocol *); 7 8#endif