From: Duncan Mac-Vicar P Date: Fri, 26 Oct 2007 13:57:16 +0000 (+0000) Subject: name the enum so I can use it in a typemap X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~886 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd16ab4bd14a10123e68f37e4daa159944ed63ab;p=thirdparty%2Flibsolv.git name the enum so I can use it in a typemap --- diff --git a/src/solver.h b/src/solver.h index b6f8ce03..bd66b192 100644 --- a/src/solver.h +++ b/src/solver.h @@ -104,7 +104,7 @@ enum solvcmds { SOLVER_INSTALL_SOLVABLE_PROVIDES, SOLVER_ERASE_SOLVABLE_PROVIDES, SOLVER_INSTALL_SOLVABLE_UPDATE -}; +} SolverCmd; extern Solver *solver_create(Pool *pool, Source *system); extern void solver_free(Solver *solv);