Sign in
apache
/
casbin-cpp
/
refs/heads/copilot/fix-ci-error
/
.
/
include
/
casbin
/
ip_parser
/
parser
/
Print.h
blob: 98772cd86b1540a950cdb8c3cdc1609030530f0c [
file
] [
log
] [
blame
]
#ifndef
IP_PARSER_PARSER_PRINT
#define
IP_PARSER_PARSER_PRINT
#include
"./IP.h"
namespace
casbin
{
void
Print
(
IP ip_addr
);
}
// namespace casbin
#endif