summaryrefslogtreecommitdiffstats
path: root/python/environs
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-09 00:06:34 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-09 00:06:34 +0000
commit5429b78b4a64a6a9449cf6b6ed25a7fe8e62967b (patch)
tree444cc863df2183832243dabd8e7b7ea1c2d0c069 /python/environs
parent628f94861cb2601988ea3495afed972a2b3830cf (diff)
downloadlasso-5429b78b4a64a6a9449cf6b6ed25a7fe8e62967b.tar.gz
lasso-5429b78b4a64a6a9449cf6b6ed25a7fe8e62967b.tar.xz
lasso-5429b78b4a64a6a9449cf6b6ed25a7fe8e62967b.zip
*** empty log message ***
Diffstat (limited to 'python/environs')
-rw-r--r--python/environs/py_server.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/environs/py_server.c b/python/environs/py_server.c
index c1df5dee..50f2ece4 100644
--- a/python/environs/py_server.c
+++ b/python/environs/py_server.c
@@ -23,7 +23,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "../../lassomod.h"
+#include "../lassomod.h"
#include "py_server.h"
@@ -42,6 +42,7 @@ PyObject *LassoServer_wrap(LassoServer *server) {
/******************************************************************************/
PyObject *server_new(PyObject *self, PyObject *args) {
+ LassoServer *server;
gchar *metadata;
gchar *public_key = NULL;
gchar *private_key = NULL;