1$Id: README.radexample,v 1.1.1.1 2008/10/15 03:30:48 james26_jang Exp $
2
3In src/radexample.c is a small example on how to use the library
4lib/libradclient.a. 
5
6You only need to include radiusclient.h into your applications and link
7against the library. For this example to work your radiusclient config file
8has to be setup right.
9
10I make no guarantees that the library interface stays the same as
11radiusclient evolves, but I think that the whole thing is so simple that the
12changes to source code which uses this library should always be trivial.
13