/usr/include/zorp/tpsocket.h is in libzorp-dev 3.9.5-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | /***************************************************************************
*
* Copyright (c) 2000, 2001, 2002 BalaBit IT Ltd, Budapest, Hungary
* All rights reserved.
*
* Author : Bazsi
* Auditor :
* Last audited version:
* Notes:
*
***************************************************************************/
#ifndef ZORP_TPROXY_H_INCLUDED
#define ZORP_TPROXY_H_INCLUDED
#include <zorp/socket.h>
gboolean z_tp_socket_init(void);
#endif
|