Constify.

Whitespace.
This commit is contained in:
Alessio Di Mauro
2015-11-05 17:31:21 +01:00
parent bb28ae1f78
commit 8fa80be0b1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ typedef struct {
CK_BBOOL token; // TODO: not used yet CK_BBOOL token; // TODO: not used yet
CK_BBOOL private; CK_BBOOL private;
CK_BBOOL modifiable; CK_BBOOL modifiable;
char *label; const char *label;
CK_BBOOL copyable; // TODO: Optional, not used so far (default TRUE) CK_BBOOL copyable; // TODO: Optional, not used so far (default TRUE)
CK_BBOOL destroyable; // TODO: Optional, not used so far (default TRUE) CK_BBOOL destroyable; // TODO: Optional, not used so far (default TRUE)
get_attr_f get_attribute; get_attr_f get_attribute;