// // Copyright (c) ZeroC, Inc. All rights reserved. // #ifndef ICEPY_SLICE_H #define ICEPY_SLICE_H #include extern "C" PyObject* IcePy_loadSlice(PyObject*, PyObject*); extern "C" PyObject* IcePy_compile(PyObject*, PyObject*); #endif