/[winpt]/trunk/Src/wptFileCBS.cpp
ViewVC logotype

Diff of /trunk/Src/wptFileCBS.cpp

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

revision 270 by twoaday, Mon Jun 12 13:40:21 2006 UTC revision 271 by twoaday, Sun Nov 5 08:57:45 2006 UTC
# Line 156  gpg_file_data_set_cb (file_data_t ctx, s Line 156  gpg_file_data_set_cb (file_data_t ctx, s
156  }  }
157    
158    
159    /* Set the file pointer to the begin again. */
160    void
161    gpg_file_data_rewind (file_data_t ctx)
162    {
163        SetFilePointer (ctx->handle, 0, NULL, FILE_BEGIN);
164    }
165    
166    
167  /* Release the context in @cb. Close all internal handles if possible. */  /* Release the context in @cb. Close all internal handles if possible. */
168  void  void
169  gpg_file_data_release (file_data_t cb)  gpg_file_data_release (file_data_t cb)

Legend:
Removed from v.270  
changed lines
  Added in v.271

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26