This commit is contained in:
Romain Neutron
2012-04-26 00:55:53 +02:00
parent edbfff226e
commit ade22295ad
631 changed files with 92375 additions and 101763 deletions

View File

@@ -2,11 +2,12 @@
interface patchInterface
{
function get_release();
function concern();
function get_release();
function require_all_upgrades();
function concern();
function apply(base &$base);
function require_all_upgrades();
function apply(base &$base);
}