1 |
/* wptContext.h - Internal file to store private contexts |
/* wptContext.h - Internal file to store private contexts |
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 |
* |
* |
47 |
int new_val; /* new value */ |
int new_val; /* new value */ |
48 |
} callback; |
} callback; |
49 |
char tmp_keyid[8+1]; |
char tmp_keyid[8+1]; |
50 |
int internal; |
int internal; |
51 |
|
unsigned int allocated:1; |
52 |
}; |
}; |
53 |
typedef struct winpt_key_s * winpt_key_t; |
typedef struct winpt_key_s * winpt_key_t; |
54 |
|
|