/[winpt]/trunk/Include/wptW32API.h
ViewVC logotype

Diff of /trunk/Include/wptW32API.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 150 by twoaday, Mon Jan 9 14:01:51 2006 UTC revision 151 by twoaday, Wed Jan 18 11:53:10 2006 UTC
# Line 1  Line 1 
1  /* wptW32API.h - Common API interface  /* wptW32API.h - Common API interface
2   *      Copyright (C) 2001-2005 Timo Schulz   *      Copyright (C) 2001-2006 Timo Schulz
3   *   *
4   * This file is part of WinPT.   * This file is part of WinPT.
5   *   *
# Line 31  struct curr_wnd_ctx { Line 31  struct curr_wnd_ctx {
31    
32  /*-- wptMAPI.cpp --*/  /*-- wptMAPI.cpp --*/
33  int mapi_init (void);  int mapi_init (void);
34  int mapi_send_pubkey (const char * keyid, char * keyfile);  int mapi_send_pubkey (const char *keyid, char *keyfile);
35  int mapi_send_ascfile (char * ascfile);  int mapi_send_ascfile (char *ascfile);
36  void mapi_deinit (void);  void mapi_deinit (void);
37    
38  /*-- wptW32API.cpp --*/  /*-- wptW32API.cpp --*/
39  char* make_filename (const char *path, const char *file, const char *ext);  char* make_filename (const char *path, const char *file, const char *ext);
40    char* make_special_filename (int folder, const char *file, const char *ext);
41  int file_exist_check (const char *fname);  int file_exist_check (const char *fname);
42  int dir_exist_check (const char *dir);  int dir_exist_check (const char *dir);
43  DWORD get_file_size (const char *fname);  DWORD get_file_size (const char *fname);

Legend:
Removed from v.150  
changed lines
  Added in v.151

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26