~ubuntu-branches/ubuntu/utopic/trousers/utopic-proposed

« back to all changes in this revision

Viewing changes to src/tspi/gtk/interface.h

  • Committer: Package Import Robot
  • Author(s): Pierre Chifflier
  • Date: 2013-08-20 18:01:47 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130820180147-ucz33jh8z2qx47ya
Tags: 0.3.11.2-1
* Imported Upstream version 0.3.11.2
* Upstream license changed to BSD
* Example tools are not shipped anymore
* Remove 05-gcc47.patch, not needed anymore
* Updated symbols file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
/*
3
 
 * Licensed Materials - Property of IBM
4
 
 *
5
 
 * trousers - An open source TCG Software Stack
6
 
 *
7
 
 * (C) Copyright International Business Machines Corp. 2004
8
 
 *
9
 
 */
10
 
 
11
 
/*
12
 
 * DO NOT EDIT THIS FILE - it is generated by Glade.
13
 
 */
14
 
 
15
 
#ifndef _INTERFACE_H_
16
 
#define _INTERFACE_H_
17
 
 
18
 
struct userdata {
19
 
        char *string;
20
 
        unsigned string_len;
21
 
        GtkWidget *window;
22
 
        GtkWidget *entry;
23
 
        GtkWidget *entryPass;
24
 
        GtkWidget *entryConf;
25
 
};
26
 
 
27
 
GtkWidget* create_password_dialog (struct userdata *, char *);
28
 
GtkWidget* create_new_password_dialog (struct userdata *, char *);
29
 
 
30
 
#endif