Changeset d074a94dcf46254414d8693352e7b8d537f6d082
- Timestamp:
- 04/13/09 21:07:44
(9 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1239656864 +0000
- git-parent:
[4c742f5a48b89dbb6fbca6cccb394f8ee2e65654]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1239656864 +0000
- Message:
expose version string - untested and unused for now, refs #115
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
r7427e50 |
rd074a94 |
|
39 | 39 | noit_check.o noit_check_log.o noit_check_tools.o \ |
---|
40 | 40 | noit_module.o noit_conf.o noit_conf_checks.o noit_tokenizer.o \ |
---|
| 41 | noit_capabilities_listener.o \ |
---|
41 | 42 | noit_jlog_listener.o noit_livestream_listener.o noit_filters.o |
---|
42 | 43 | |
---|
rc207a54 |
rd074a94 |
|
21 | 21 | #include "noit_jlog_listener.h" |
---|
22 | 22 | #include "noit_livestream_listener.h" |
---|
| 23 | #include "noit_capabilities_listener.h" |
---|
23 | 24 | #include "noit_module.h" |
---|
24 | 25 | #include "noit_conf.h" |
---|
… | … | |
205 | 206 | /* Initialize all of our listeners */ |
---|
206 | 207 | noit_console_init(APPNAME); |
---|
| 208 | noit_capabilities_listener_init(); |
---|
207 | 209 | noit_jlog_listener_init(); |
---|
208 | 210 | noit_livestream_listener_init(); |
---|