summaryrefslogtreecommitdiffstats
path: root/runtime/modules.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-01-19 14:10:29 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2012-01-19 14:10:29 +0100
commit1049537cd853c9714c4bdc3fe4296dda8507900d (patch)
tree4c3abc43d79628c2ddb2e2510a8cb9e7aab09a1d /runtime/modules.h
parentb38dd53e08258bc694f16373671be9c1c3deaa0c (diff)
downloadrsyslog-1049537cd853c9714c4bdc3fe4296dda8507900d.tar.gz
rsyslog-1049537cd853c9714c4bdc3fe4296dda8507900d.tar.xz
rsyslog-1049537cd853c9714c4bdc3fe4296dda8507900d.zip
removing the newScope/resumeScope macro interfaces
to make using pre-v6-plugins even easier
Diffstat (limited to 'runtime/modules.h')
-rw-r--r--runtime/modules.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/modules.h b/runtime/modules.h
index c1c38a26..75e993f1 100644
--- a/runtime/modules.h
+++ b/runtime/modules.h
@@ -133,8 +133,6 @@ struct modInfo_s {
rsRetVal (*doAction)(uchar**, unsigned, void*);
rsRetVal (*endTransaction)(void*);
rsRetVal (*parseSelectorAct)(uchar**, void**,omodStringRequest_t**);
- rsRetVal (*newScope)(void);
- rsRetVal (*restoreScope)(void);
} om;
struct { /* data for library modules */
char dummy;