aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/test_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/test_lib.h')
-rw-r--r--src/plugins/test_lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/test_lib.h b/src/plugins/test_lib.h
index 05bf35d..9400314 100644
--- a/src/plugins/test_lib.h
+++ b/src/plugins/test_lib.h
@@ -67,7 +67,7 @@ struct SolutionData
67 67
68 68
69/** 69/**
70 * Set of problems 70 * Set of problems
71 */ 71 */
72struct ProblemSet 72struct ProblemSet
73{ 73{
@@ -90,11 +90,11 @@ struct ProblemSet
90 * 90 *
91 * @param plugin_name name of the plugin to load 91 * @param plugin_name name of the plugin to load
92 * @param ps array of problems the plugin should solve; 92 * @param ps array of problems the plugin should solve;
93 * NULL in filename terminates the array. 93 * NULL in filename terminates the array.
94 * @return 0 on success, 1 on failure 94 * @return 0 on success, 1 on failure
95 */ 95 */
96int 96int
97ET_main (const char *plugin_name, 97ET_main (const char *plugin_name,
98 struct ProblemSet *ps); 98 struct ProblemSet *ps);
99 99
100#endif 100#endif