~ubuntu-branches/debian/jessie/file-roller/jessie

« back to all changes in this revision

Viewing changes to src/dlg-ask-password.h

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2013-05-25 13:13:26 UTC
  • mfrom: (1.8.1) (5.1.10 experimental)
  • Revision ID: package-import@ubuntu.com-20130525131326-bm7bv6b4yig6820h
Tags: 3.8.2-1
* New upstream release.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
#include "fr-window.h"
26
26
 
27
 
void dlg_ask_password (FrWindow  *window);
28
 
void dlg_ask_password_for_paste_operation (FrWindow  *window);
 
27
void dlg_ask_password                    (FrWindow  *window);
 
28
void dlg_ask_password_for_second_archive (FrWindow  *window);
29
29
 
30
30
#endif /* DLG_PASSWORD_H */