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

« back to all changes in this revision

Viewing changes to docs/auparse_get_filename.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:
 
1
.TH "AUPARSE_GET_FILENAME" "3" "Feb 2007" "Red Hat" "Linux Audit API"
 
2
.SH NAME
 
3
auparse_get_filename \- get the filename where record was found
 
4
.SH "SYNOPSIS"
 
5
.B #include <auparse.h>
 
6
.sp
 
7
const char *auparse_get_filename(auparse_state_t *au);
 
8
 
 
9
.SH "DESCRIPTION"
 
10
 
 
11
auparse_get_filename will return the name of the source file where the
 
12
record was found if the source type is AUSOURCE_FILE or
 
13
AUSOURCE_FILE_ARRAY. For other source types the return value will be
 
14
NULL.
 
15
 
 
16
.SH "RETURN VALUE"
 
17
 
 
18
Returns pointer to a filename or NULL if unavailable.
 
19
 
 
20
.SH "SEE ALSO"
 
21
 
 
22
.BR auparse_get_line_number (3).
 
23
.BR auparse_next_record (3).
 
24
 
 
25
.SH AUTHOR
 
26
John Dennis