diff options
Diffstat (limited to 'src/solvers/dispatch.h')
| -rw-r--r-- | src/solvers/dispatch.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/solvers/dispatch.h b/src/solvers/dispatch.h index f6d2bee..89a0771 100644 --- a/src/solvers/dispatch.h +++ b/src/solvers/dispatch.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef SOLVERS_DISPATCH_H | ||
| 2 | #define SOLVERS_DISPATCH_H | ||
| 3 | |||
| 1 | typedef struct { | 4 | typedef struct { |
| 2 | const char *solvername; | 5 | const char *solvername; |
| 3 | const char *prefix; | 6 | const char *prefix; |
| @@ -100,3 +103,5 @@ match_solver(const char *name) | |||
| 100 | 103 | ||
| 101 | return solver_dispatchers[i]; | 104 | return solver_dispatchers[i]; |
| 102 | } | 105 | } |
| 106 | |||
| 107 | #endif /* SOLVERS_DISPATCH_H */ | ||
