~martin-lp/hipl/update_ack_handling

« back to all changes in this revision

Viewing changes to hipd/bos.h

  • Committer: Tim Just
  • Date: 2010-01-19 09:28:42 UTC
  • Revision ID: tim.just@rwth-aachen.de-20100119092842-bz7jsocibu94zg02
Added lib folder abd moved libhipcore into that.

The other libs will follow...

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#include <netdb.h>
6
6
 
7
7
#include "libhiptool/nlink.h"
8
 
#include "libhipcore/debug.h"
 
8
#include "lib/core/debug.h"
9
9
#include "hidb.h"
10
10
#include "hadb.h"
11
 
#include "libhipcore/list.h"
 
11
#include "lib/core/list.h"
12
12
#include "netdev.h"
13
 
#include "libhipcore/state.h"
 
13
#include "lib/core/state.h"
14
14
 
15
15
int hip_send_bos(const struct hip_common *msg);
16
16
int hip_verify_packet_signature(struct hip_common *bos, struct hip_host_id *peer_host_id);