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

« back to all changes in this revision

Viewing changes to src/include/detail.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
 *      detail.h        Routines to handle detail files.
5
5
 *
6
 
 * Version:     $Id: detail.h,v 1.2 2008/02/19 09:44:14 aland Exp $
 
6
 * Version:     $Id$
7
7
 *
8
8
 */
9
9
 
10
10
#include <freeradius-devel/ident.h>
11
 
RCSIDH(detail_h, "$Id: detail.h,v 1.2 2008/02/19 09:44:14 aland Exp $")
 
11
RCSIDH(detail_h, "$Id$")
12
12
 
13
13
int detail_recv(rad_listen_t *listener,
14
14
                RAD_REQUEST_FUNP *pfun, REQUEST **prequest);
18
18
int detail_encode(UNUSED rad_listen_t *this, UNUSED REQUEST *request);
19
19
int detail_decode(UNUSED rad_listen_t *this, UNUSED REQUEST *request);
20
20
int detail_parse(CONF_SECTION *cs, rad_listen_t *this);
21
 
int detail_delay(rad_listen_t *this);
22
21
 
23
22
#endif /* DETAIL_H */