[Python-checkins] CVS: python/dist/src/Include pyport.h,2.25,2.26

Thomas Wouters twouters@users.sourceforge.net
Mon, 22 Jan 2001 08:50:13 -0800


Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv13480/Include

Modified Files:
	pyport.h 
Log Message:

Remove include-file-dependant half-prototype of clnt_create().



Index: pyport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyport.h,v
retrieving revision 2.25
retrieving revision 2.26
diff -C2 -r2.25 -r2.26
*** pyport.h	2001/01/21 23:34:12	2.25
--- pyport.h	2001/01/22 16:50:11	2.26
***************
*** 267,273 ****
  extern int fsync(int fd);
  
- /* From Modules/nismodule.c */
- CLIENT *clnt_create();
- 
  #endif /* 0 */
  
--- 267,270 ----