Changeset 250

Show
Ignore:
Timestamp:
05/10/06 00:28:30
Author:
pvanhoof
Message:

Preparation iteration 3

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail/Makefile.am

    r168 r250  
    99        tny-msg-header-iface.h          \ 
    1010        tny-msg-iface.h                 \ 
     11        tny-device-iface.h              \ 
    1112        tny-account-iface.h             \ 
    1213        tny-store-account-iface.h       \ 
     
    2122        tny-msg-mime-part-iface.c       \ 
    2223        tny-msg-folder-iface.c          \ 
     24        tny-device-iface.c              \ 
    2325        tny-account-iface.c             \ 
    2426        tny-store-account-iface.c       \ 
  • trunk/libtinymail/tny-shared.h

    r240 r250  
    3333typedef struct _TnyAccountIface TnyAccountIface; 
    3434typedef struct _TnyAccountIfaceClass TnyAccountIfaceClass; 
     35typedef struct _TnyDeviceIface TnyDeviceIface; 
     36typedef struct _TnyDeviceIfaceClass TnyDeviceIfaceClass; 
    3537typedef struct _TnyStoreAccountIface TnyStoreAccountIface; 
    3638typedef struct _TnyStoreAccountIfaceClass TnyStoreAccountIfaceClass;