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

« back to all changes in this revision

Viewing changes to src/modules/rlm_policy/rlm_policy.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:
1
1
/*
2
2
 * rlm_policy.h    Header file for policy module
3
3
 *
4
 
 * Version:     $Id: rlm_policy.h,v 1.16 2007/12/29 12:43:56 aland Exp $
 
4
 * Version:     $Id$
5
5
 *
6
6
 *   This program is free software; you can redistribute it and/or modify
7
7
 *   it under the terms of the GNU General Public License as published by
24
24
#define _RLM_POLICY_H
25
25
 
26
26
#include <freeradius-devel/ident.h>
27
 
RCSIDH(rlm_policy_h, "$Id: rlm_policy.h,v 1.16 2007/12/29 12:43:56 aland Exp $")
 
27
RCSIDH(rlm_policy_h, "$Id$")
28
28
 
29
29
#include <freeradius-devel/radiusd.h>
30
30
#include <freeradius-devel/modules.h>