~ubuntu-branches/ubuntu/jaunty/freeradius/jaunty-updates

« back to all changes in this revision

Viewing changes to src/include/vqp.h

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-09-22 08:42:02 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080922084202-eyjprg3z55481ha5
Tags: 2.1.0+dfsg-0ubuntu1
* New upstream release.
* Fixes FTBFS issue with new libtool.
* Fixes listen on random port. (LP: #261809)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
/*
5
5
 * vqp.h        Structures and prototypes for Cisco's VLAN Query Protocol
6
6
 *
7
 
 * Version:     $Id: vqp.h,v 1.2 2007/11/23 13:46:55 aland Exp $
 
7
 * Version:     $Id$
8
8
 *
9
9
 *   This program is free software; you can redistribute it and/or modify
10
10
 *   it under the terms of the GNU General Public License as published by
25
25
 */
26
26
 
27
27
#include <freeradius-devel/ident.h>
28
 
RCSIDH(vqp_h, "$Id: vqp.h,v 1.2 2007/11/23 13:46:55 aland Exp $")
 
28
RCSIDH(vqp_h, "$Id$")
29
29
 
30
30
RADIUS_PACKET *vqp_recv(int sockfd);
31
31
int vqp_send(RADIUS_PACKET *packet);