Add default memory allocation and free functions for HSIterator and some other tiny...
[c11tester.git] / plugins.h
1 #ifndef PLUGINS_H
2 #define PLUGINS_H
3 #include "traceanalysis.h"
4 #include "stl-model.h"
5
6 void register_plugins();
7 ModelVector<TraceAnalysis *> * getRegisteredTraceAnalysis();
8 ModelVector<TraceAnalysis *> * getInstalledTraceAnalysis();
9
10 #endif