Changeset 1266:75da91412f7f in roaraudio for include/libroar/vio_cmd.h


Ignore:
Timestamp:
02/27/09 04:07:18 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added simple API to decrypt OpenPGP files (using GnuPG), will do mor work here tomorrow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio_cmd.h

    r1264 r1266  
    8989int roar_vio_open_gzip(struct roar_vio_calls * calls, struct roar_vio_calls * dst, int level); 
    9090 
     91int roar_vio_open_gpg(struct roar_vio_calls * calls, struct roar_vio_calls * dst, char * pw, int wronly, char * opts); 
     92int roar_vio_open_pgp_decrypt(struct roar_vio_calls * calls, struct roar_vio_calls * dst, char * pw); 
     93 
    9194#endif 
    9295 
Note: See TracChangeset for help on using the changeset viewer.