~midori/midori/gtkdoc

« back to all changes in this revision

Viewing changes to extensions/formhistory/formhistory-frontend.h

  • Committer: Tarmac
  • Author(s): Christian Dywan, André Stösel
  • Date: 2013-09-18 16:20:29 UTC
  • mfrom: (6402.2.4 dbupdate)
  • Revision ID: tarmac-20130918162029-s5ue5homp1q4sqjh
Refactor excuting schema from file into a function

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
typedef struct
24
24
{
 
25
    MidoriDatabase* database;
25
26
    sqlite3* db;
26
27
    WebKitDOMElement* element;
27
28
    int completion_timeout;