Show
Ignore:
Timestamp:
06/21/07 12:58:57 (19 months ago)
Author:
aj
Message:

silence more warnings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/signer/dialog.c

    r3058 r3183  
    66#define PIN_ENTRY "/usr/local/bin/gpinentry" 
    77#endif 
     8 
     9extern int ask_and_verify_pin_code(struct sc_pkcs15_card *p15card, 
     10                                   struct sc_pkcs15_object *pin); 
    811 
    912struct entry_parm_s { 
     
    4548        argv[1] = NULL; 
    4649         
    47         r = assuan_pipe_connect(&ctx, pgmname, (char **) argv, 0); 
     50        r = assuan_pipe_connect(&ctx, pgmname, (char **) argv, NULL); 
    4851        if (r) { 
    4952                printf("Can't connect to the PIN entry module: %s\n",