|
Revision 5f388ee20a06c319202cb070628c7bc827ffbb0a, 296 bytes
(checked in by Theo Schlossnagle <jesus@omniti.com>, 5 years ago)
|
split out the noit(check) specific conf stuff into its own file
|
- Property mode set to
100644
|
| Line | |
|---|
| 1 |
/* |
|---|
| 2 |
* Copyright (c) 2007, OmniTI Computer Consulting, Inc. |
|---|
| 3 |
* All rights reserved. |
|---|
| 4 |
*/ |
|---|
| 5 |
|
|---|
| 6 |
#ifndef _NOIT_CONF_CHECKS_H |
|---|
| 7 |
#define _NOIT_CONF_CHECKS_H |
|---|
| 8 |
|
|---|
| 9 |
#include "noit_defines.h" |
|---|
| 10 |
#include "utils/noit_hash.h" |
|---|
| 11 |
#include "noit_console.h" |
|---|
| 12 |
|
|---|
| 13 |
API_EXPORT(int) noit_conf_checks_init(const char *toplevel); |
|---|
| 14 |
|
|---|
| 15 |
#endif |
|---|