summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Python.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-04-23 14:43:29 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-04-23 14:43:29 +0200
commit59ec4cea2352b788de16481e56bdc905a11234d5 (patch)
treefd9100782fbc412d7ef54a5a5d664404ef020fff /lib/Plugins/Python.h
parentbcf4c69ca5fdd6489ca1c09890971fc8f647aa1b (diff)
downloadabrt-59ec4cea2352b788de16481e56bdc905a11234d5.tar.gz
abrt-59ec4cea2352b788de16481e56bdc905a11234d5.tar.xz
abrt-59ec4cea2352b788de16481e56bdc905a11234d5.zip
fixed Python plugin stub
Diffstat (limited to 'lib/Plugins/Python.h')
-rw-r--r--lib/Plugins/Python.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Plugins/Python.h b/lib/Plugins/Python.h
index 205d232..620ba37 100644
--- a/lib/Plugins/Python.h
+++ b/lib/Plugins/Python.h
@@ -14,6 +14,7 @@ class CAnalyzerPython : public CAnalyzer
virtual void CreateReport(const std::string& pDebugDumpDir) {}
virtual void Init();
virtual void DeInit();
+ virtual std::string CreateHash(const std::string& pInput);
};