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

« back to all changes in this revision

Viewing changes to src/include/vmps.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:
3
3
/*
4
4
 *      vmps.h  Routines to handle VMPS sockets.
5
5
 *
6
 
 * Version:     $Id: vmps.h,v 1.1 2007/08/25 03:58:40 aland Exp $
 
6
 * Version:     $Id$
7
7
 *
8
8
 */
9
9
 
10
10
#include <freeradius-devel/ident.h>
11
 
RCSIDH(vmps_h, "$Id: vmps.h,v 1.1 2007/08/25 03:58:40 aland Exp $")
 
11
RCSIDH(vmps_h, "$Id$")
12
12
 
13
13
int vqp_socket_recv(rad_listen_t *listener,
14
14
                    RAD_REQUEST_FUNP *pfun, REQUEST **prequest);