~ubuntu-branches/ubuntu/raring/gnupg2/raring-updates

« back to all changes in this revision

Viewing changes to common/estream.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-06 11:25:58 UTC
  • mfrom: (1.1.16) (7.1.8 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20121106112558-lkpndvv4gqthgrn4
Tags: 2.0.19-1ubuntu1
* Resynchronize on Debian, remaining changes:
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
    . debian/gnupg2.dev: udev rules to set ACLs on SCM smartcard readers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
 
232
232
int es_init (void);
233
233
 
 
234
int es_pth_kill (void);
 
235
 
234
236
estream_t es_fopen (const char *ES__RESTRICT path,
235
237
                    const char *ES__RESTRICT mode);
236
238
estream_t es_mopen (unsigned char *ES__RESTRICT data,