~ubuntu-branches/ubuntu/breezy/rat/breezy

« back to all changes in this revision

Viewing changes to net.h

  • Committer: Bazaar Package Importer
  • Author(s): David Martínez Moreno
  • Date: 2002-01-30 18:33:20 UTC
  • Revision ID: james.westby@ubuntu.com-20020130183320-7ben643tjxjfym7e
Tags: upstream-4.2.20
Import upstream version 4.2.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * FILE:    net.h
 
3
 * PROGRAM: RAT
 
4
 * AUTHOR:  Colin Perkins / Orion Hodson
 
5
 *
 
6
 * Copyright (c) 1995-2001 University College London
 
7
 * All rights reserved.
 
8
 *
 
9
 * $Id: net.h,v 1.23 2001/01/08 20:30:04 ucaccsp Exp $
 
10
 */
 
11
 
 
12
#ifndef _RAT_NET_H_
 
13
#define _RAT_NET_H_
 
14
 
 
15
void    network_process_mbus(struct s_session *sp);
 
16
uint32_t ntp_time32(void);
 
17
 
 
18
#endif /* _RAT_NET_H_ */
 
19
 
 
20