~ptman/hipl/reload

« back to all changes in this revision

Viewing changes to hipfw/rewrite.h

  • Committer: Paul Tötterman
  • Date: 2013-08-07 10:03:19 UTC
  • mfrom: (6419.1.6 vanilla)
  • Revision ID: paul.totterman@iki.fi-20130807100319-eazy6pik2gr28wra
Merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 2011 Aalto University and RWTH Aachen University.
 
2
 * Copyright (c) 2011, 2013 Aalto University and RWTH Aachen University.
3
3
 *
4
4
 * Permission is hereby granted, free of charge, to any person
5
5
 * obtaining a copy of this software and associated documentation
33
33
 
34
34
bool hipfw_splice_param(struct hip_fw_context *const ctx,
35
35
                        const struct hip_tlv_common *const param);
36
 
void allow_modified_packet(struct ipq_handle *const handle,
 
36
void allow_modified_packet(struct nfq_q_handle *const handle,
37
37
                           struct hip_fw_context *const ctx);
38
38
 
39
39
#endif /* HIPL_HIPFW_REWRITE_H */