]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_fd.cc
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / src / tests / stub_fd.cc
CommitLineData
f7f3304a 1#include "squid.h"
04f55905 2#include "fde.h"
c8f4eac4 3
081edc2d
AJ
4#define STUB_API "fd.cc"
5#include "tests/STUB.h"
c8f4eac4 6
081edc2d
AJ
7int fdNFree(void) STUB_RETVAL(-1)
8void fd_open(int fd, unsigned int type, const char *desc) STUB
9void fd_close(int fd) STUB
10void fd_bytes(int fd, int len, unsigned int type) STUB
11void fd_note(int fd, const char *s) STUB