/[mcrypt]/libmcrypt/lib/mcrypt_internal.h
ViewVC logotype

Diff of /libmcrypt/lib/mcrypt_internal.h

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

revision 1.8 by nmav, Sun Sep 2 14:49:00 2001 UTC revision 1.9 by nmav, Sun Sep 2 20:11:45 2001 UTC
# Line 1  Line 1 
1    #ifndef LIBDEFS_H
2    #define LIBDEFS_H
3    #include <libdefs.h>
4    #endif
5    
6  /* Local Defines */  /* Local Defines */
7    
# Line 7  Line 11 
11  #endif  #endif
12    
13  typedef struct {  typedef struct {
14            char* name;
15            lt_ptr address;
16    } mcrypt_preloaded;
17    
18    typedef struct {
19                  lt_dlhandle handle;                  lt_dlhandle handle;
20                  char name[64];                  char name[64];
21  } mcrypt_dlhandle;  } mcrypt_dlhandle;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26