Kaydet (Commit) 71f36983 authored tarafından Marc-André Lemburg's avatar Marc-André Lemburg

Removed a prototype which is not used in socketmodule.c

Patch by T. Wouters.
üst 1b1bcc99
......@@ -355,7 +355,6 @@ typedef struct {
} SSLObject;
staticforward PyTypeObject SSL_Type;
staticforward int SSL_setattr(SSLObject *self, char *name, PyObject *v);
staticforward PyObject *SSL_SSLwrite(SSLObject *self, PyObject *args);
staticforward PyObject *SSL_SSLread(SSLObject *self, PyObject *args);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment