~yolanda.robla/ubuntu/saucy/freeradius/dep-8-tests

« back to all changes in this revision

Viewing changes to src/modules/rlm_eap/libeap/eap_types.h

  • Committer: Bazaar Package Importer
  • Author(s): Josip Rodin
  • Date: 2009-11-23 03:57:37 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20091123035737-snauioz5r9tf8sdr
Tags: upstream-2.1.7+dfsg
ImportĀ upstreamĀ versionĀ 2.1.7+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 *
4
4
 * most contents moved from modules/rlm_eap/eap.h
5
5
 *
6
 
 * Version:     $Id: eap_types.h,v 1.15 2007/12/28 18:19:38 aland Exp $
 
6
 * Version:     $Id$
7
7
 *
8
8
 *   This program is free software; you can redistribute it and/or modify
9
9
 *   it under the terms of the GNU General Public License as published by
27
27
#define _EAP_TYPES_H
28
28
 
29
29
#include <freeradius-devel/ident.h>
30
 
RCSIDH(eap_types_h, "$Id: eap_types.h,v 1.15 2007/12/28 18:19:38 aland Exp $")
 
30
RCSIDH(eap_types_h, "$Id$")
31
31
 
32
32
#include <freeradius-devel/radiusd.h>
33
33
#include <freeradius-devel/modules.h>