- Lots o' buglets fixed (-Wall helps)
- Made TCPonly work :)
This commit is contained in:
parent
fdc6a2f106
commit
b6997b0050
5 changed files with 80 additions and 36 deletions
|
|
@ -16,7 +16,7 @@
|
|||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
$Id: net.h,v 1.9.4.7 2000/08/07 14:52:15 guus Exp $
|
||||
$Id: net.h,v 1.9.4.8 2000/08/07 16:27:28 guus Exp $
|
||||
*/
|
||||
|
||||
#ifndef __TINC_NET_H__
|
||||
|
|
@ -147,5 +147,7 @@ extern void main_loop(void);
|
|||
extern int setup_vpn_connection(conn_list_t *);
|
||||
extern void terminate_connection(conn_list_t *);
|
||||
extern void flush_queues(conn_list_t*);
|
||||
extern int xrecv(conn_list_t *, void *);
|
||||
extern void add_queue(packet_queue_t **, void *, size_t);
|
||||
|
||||
#endif /* __TINC_NET_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue