1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-25 00:23:52 +03:00

r5950: more compiler warning's from Jason Mader

(This used to be commit 27c6e85ad5)
This commit is contained in:
Gerald Carter
2005-03-22 14:54:12 +00:00
committed by Gerald (Jerry) Carter
parent 40295c41db
commit 9b38ced168
2 changed files with 4 additions and 6 deletions

View File

@@ -235,7 +235,7 @@ void printing_end(void)
when asked for (and only when supported)
****************************************************************************/
static struct printif *get_printer_fns_from_type( enum printing_types type )
static struct printif *get_printer_fns_from_type( int type )
{
struct printif *printer_fns = &generic_printif;
@@ -1379,7 +1379,7 @@ static void print_queue_update(int snum, BOOL force)
size_t len = 0;
size_t newlen;
struct tdb_print_db *pdb;
enum printing_types type;
int type;
struct printif *current_printif;
fstrcpy( sharename, lp_const_servicename(snum));