summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorNikola Pajkovsky <npajkovs@redhat.com>2011-03-30 13:40:45 +0200
committerNikola Pajkovsky <npajkovs@redhat.com>2011-03-30 15:14:25 +0200
commitb21745640ee0852ce0cdc3f430371769a60d9317 (patch)
tree8ad6516c5ec735c165673ff58f99ae8026750255 /src/include
parent37960b280bc5fe60465ace007645d5d339c61040 (diff)
downloadabrt-b21745640ee0852ce0cdc3f430371769a60d9317.tar.gz
abrt-b21745640ee0852ce0cdc3f430371769a60d9317.tar.xz
abrt-b21745640ee0852ce0cdc3f430371769a60d9317.zip
make validate_event_option static
Signed-off-by: Nikola Pajkovsky <npajkovs@redhat.com>
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
}