mirror of https://github.com/python/cpython.git
Removed a prototype which is not used in socketmodule.c
Patch by T. Wouters.
This commit is contained in:
parent
1b1bcc9935
commit
71f36983b9
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue