mirror of
https://github.com/python/cpython.git
synced 2025-09-01 06:28:36 +00:00
Removed a prototype which is not used in socketmodule.c
Patch by T. Wouters.
This commit is contained in:
parent
1b1bcc9935
commit
71f36983b9
1 changed files with 0 additions and 1 deletions
|
@ -355,7 +355,6 @@ typedef struct {
|
||||||
} SSLObject;
|
} SSLObject;
|
||||||
|
|
||||||
staticforward PyTypeObject SSL_Type;
|
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_SSLwrite(SSLObject *self, PyObject *args);
|
||||||
staticforward PyObject *SSL_SSLread(SSLObject *self, PyObject *args);
|
staticforward PyObject *SSL_SSLread(SSLObject *self, PyObject *args);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue