00001 /* 00002 # This file is Copyright 2003, 2006, 2007, 2009 Dean Hall. 00003 # 00004 # This file is part of the PyMite VM. 00005 # The PyMite VM is free software: you can redistribute it and/or modify 00006 # it under the terms of the GNU GENERAL PUBLIC LICENSE Version 2. 00007 # 00008 # The PyMite VM is distributed in the hope that it will be useful, 00009 # but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00011 # A copy of the GNU GENERAL PUBLIC LICENSE Version 2 00012 # is seen in the file COPYING in this directory. 00013 */ 00014 00015 00016 #ifndef __MODULE_H__ 00017 #define __MODULE_H__ 00018 00019 00040 PmReturn_t mod_new(pPmObj_t pco, pPmObj_t *pmod); 00041 00052 PmReturn_t mod_import(pPmObj_t pstr, pPmObj_t *pmod); 00053 00054 #endif /* __MODULE_H__ */