forked from rsyslog/liblognorm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add API doc (just include liblognorm.h)
- Loading branch information
1 parent
b260ec3
commit b6edb8f
Showing
4 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
Contacts | ||
======== | ||
Contacts | ||
======== | ||
|
||
Mailing list | ||
------------ | ||
|
||
If you have any questions about the library, you may mail to the project | ||
mailing list [email protected]. | ||
|
||
To subscribe: http://lists.adiscon.net/mailman/listinfo/lognorm | ||
|
||
If you have any questions about the library, you may mail to the project | ||
mailing list [email protected]. | ||
|
||
To subscribe: http://lists.adiscon.net/mailman/listinfo/lognorm | ||
|
||
Web site | ||
-------- | ||
|
@@ -24,5 +24,5 @@ Authors | |
------- | ||
|
||
Rainer Gerhards <[email protected]>, Adiscon GmbH | ||
|
||
His blog: http://blog.gerhards.net/ | ||
|
||
His blog: http://blog.gerhards.net/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ Contents: | |
configuration | ||
sample_rulebase | ||
lognormalizer | ||
libraryapi | ||
internals | ||
license | ||
contacts | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Library API | ||
=========== | ||
|
||
To use the library, include liblognorm.h (which is quoted below) into your code. | ||
The API is fairly simple and hardly needs further explanations. | ||
|
||
.. literalinclude:: ../src/liblognorm.h | ||
:start-after: #define LIBLOGNORM_H_INCLUDED | ||
:end-before: #endif | ||
:language: c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters