]> git.ipfire.org Git - thirdparty/squid.git/blob - src/tests/stub_ipc_TypedMsgHdr.cc
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / src / tests / stub_ipc_TypedMsgHdr.cc
1 #include "squid.h"
2
3 #define STUB_API "TypedMsgHdr.cc"
4 #include "tests/STUB.h"
5
6 #include "ipc/TypedMsgHdr.h"
7
8 Ipc::TypedMsgHdr::TypedMsgHdr() STUB
9 void Ipc::TypedMsgHdr::checkType(int) const STUB
10 void Ipc::TypedMsgHdr::setType(int) STUB
11 void Ipc::TypedMsgHdr::getFixed(void*, size_t) const STUB
12 void Ipc::TypedMsgHdr::putFixed(void const*, size_t) STUB
13 void Ipc::TypedMsgHdr::getString(String&) const STUB
14 void Ipc::TypedMsgHdr::putString(String const&) STUB