Changeset 1234:a7b79e64107a in roaraudio for include


Ignore:
Timestamp:
02/25/09 21:36:04 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

wrote the rest, hope it works *g*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/pinentry.h

    r1233 r1234  
    5252int roar_pinentry_close(struct roar_pinentry * pe); 
    5353 
    54 int roar_pinentry_send (struct roar_pinentry * pe, char * cmd,  char * args); 
    55 int roar_pinentry_recv (struct roar_pinentry * pe, char * line, char * opts); 
    56 int roar_pinentry_req  (struct roar_pinentry * pe, char * cmd,  char * args, char * line, char * opts); 
     54int roar_pinentry_send (struct roar_pinentry * pe, char *  cmd,  char * args); 
     55int roar_pinentry_recv (struct roar_pinentry * pe, char ** line, char ** opts); 
     56int roar_pinentry_req  (struct roar_pinentry * pe, char *  cmd,  char *  args, char ** line, char ** opts); 
    5757 
    5858int roar_pinentry_set_desc (struct roar_pinentry * pe, char * desc); 
     59int roar_pinentry_set_prompt(struct roar_pinentry * pe, char * prompt); 
     60int roar_pinentry_set_yes  (struct roar_pinentry * pe, char * yes); 
     61int roar_pinentry_set_no   (struct roar_pinentry * pe, char * no); 
    5962int roar_pinentry_set      (struct roar_pinentry * pe, char * obj, char * text); 
     63 
     64int roar_pinentry_getpin   (struct roar_pinentry * pe, char ** pw, char * desc, char * prompt); 
     65int roar_pinentry_confirm  (struct roar_pinentry * pe, char *  desc, char * yes, char * no); 
    6066 
    6167#endif 
Note: See TracChangeset for help on using the changeset viewer.