diff options
Diffstat (limited to 'Include/import.h')
-rw-r--r-- | Include/import.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/import.h b/Include/import.h index c335995..02c8ebf 100644 --- a/Include/import.h +++ b/Include/import.h @@ -30,6 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. /* Module definition and import interface */ +long get_pyc_magic PROTO((void)); object *get_modules PROTO((void)); object *add_module PROTO((char *name)); object *import_module PROTO((char *name)); |