~ubuntu-branches/ubuntu/maverick/audit/maverick

« back to all changes in this revision

Viewing changes to docs/auparse_init.3

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2007-06-29 13:05:14 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070629130514-z798cz4lebiahj5w
Tags: 1.5.4-0ubuntu1
* New upstream version.
* debian/patches/audit-1.5.1-dist.patch:
  * update so that it applies for 1.5.4.
* debian/control:
  * update Maintainer and XSBC-Original-Maintainer fields.
* debian/rules:
  * enable apparmor support: add --with-apparmor to configure options.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
        AUSOURCE_BUFFER_ARRAY - use an array of buffers
19
19
        AUSOURCE_DESCRIPTOR - use a particular descriptor
20
20
        AUSOURCE_FILE_POINTER - use a stdio FILE pointer
 
21
        AUSOURCE_FEED - feed data to parser with auparse_feed()
21
22
.fi
22
23
 
23
24
The pointer 'b' is used to set the file name, array of filenames, the buffer address, or an array of pointers to buffers, or the descriptor number based on what source is given. When the data source is an array of files or buffers, you would create an array of pointers with the last one being a NULL pointer. Buffers should be NUL terminated.
30
31
 
31
32
.BR auparse_reset (3), 
32
33
.BR auparse_destroy (3).
 
34
.BR auparse_feed (3).
33
35
 
34
36
.SH AUTHOR
35
37
Steve Grubb