summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2011-03-30 15:47:18 +0200
committerNikola Pajkovsky <npajkovs@redhat.com>2011-03-30 15:47:18 +0200
commit1ca617eca5b2494a70198c1b380849d80d31bfcc (patch)
treeffac166a82d4c734dd8b18855435675e465a00e4 /src/include
parentb50f8130591121bc0ce75e7046c592ac921a26cc (diff)
parent19958ce67a9870b32a5e99df4a9d6f7e53759bcb (diff)
Merge branch 'validation-fix'
* validation-fix: better validation for numbers make validate_event_option static fix memory leak rename misleading variable
Diffstat (limited to 'src/include')
-rw-r--r--src/include/report/event_config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/report/event_config.h b/src/include/report/event_config.h
index 72b1d8c1..8dcfb9f6 100644
--- a/src/include/report/event_config.h
+++ b/src/include/report/event_config.h
@@ -90,7 +90,6 @@ GList *export_event_config(const char *event_name);
void unexport_event_config(GList *env_list);
GHashTable *validate_event(const char *event_name);
-char *validate_event_option(event_option_t *opt);
#ifdef __cplusplus
}