static-ize
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3752 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
		| @@ -45,7 +45,8 @@ RCSID("$Id$"); | ||||
| #include <stdlib.h> | ||||
| #include <ctype.h> | ||||
|  | ||||
| void strupr(char *s) | ||||
| static void | ||||
| strupr(char *s) | ||||
| { | ||||
|     char *p = s; | ||||
|     while(*p){ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Assar Westerlund
					Assar Westerlund