Remove unused ctime declaration
This commit is contained in:
		
							parent
							
								
									a0af8075ce
								
							
						
					
					
						commit
						f5f7cf8153
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -82,7 +82,6 @@ char *daynames[] = { "SU", "MO", "TU", "WE", "TH", "FR", "SA", "WK", "AL", NULL | ||||||
| char daynums[] = { 1, 2, 4, 8, 16, 32, 64, 62, 127, 0 }; | char daynums[] = { 1, 2, 4, 8, 16, 32, 64, 62, 127, 0 }; | ||||||
| 
 | 
 | ||||||
| struct utmp *utmpp;             /* pointer to utmp file entry */ | struct utmp *utmpp;             /* pointer to utmp file entry */ | ||||||
| char *ctime();                  /* returns pointer to time string */ |  | ||||||
| struct utmp *getutent();        /* returns next utmp file entry */ | struct utmp *getutent();        /* returns next utmp file entry */ | ||||||
| void shut_down(); | void shut_down(); | ||||||
| void read_config(); | void read_config(); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Petar Kapris
						Petar Kapris