[Python-checkins] CVS: python/dist/src/Modules cryptmodule.c,2.6,2.7

Peter Schneider-Kamp python-dev@python.org
Mon, 10 Jul 2000 02:51:19 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv5607

Modified Files:
	cryptmodule.c 
Log Message:


ANSI-fication


Index: cryptmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/cryptmodule.c,v
retrieving revision 2.6
retrieving revision 2.7
diff -C2 -r2.6 -r2.7
*** cryptmodule.c	2000/02/01 20:12:39	2.6
--- cryptmodule.c	2000/07/10 09:51:17	2.7
***************
*** 10,15 ****
  
  
! static PyObject *crypt_crypt(self, args)
! 	PyObject *self, *args;
  {
  	char *word, *salt; 
--- 10,14 ----
  
  
! static PyObject *crypt_crypt(PyObject *self, PyObject *args)
  {
  	char *word, *salt;