Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joshua Root
libaacs
Commits
9067af42
Commit
9067af42
authored
Jun 26, 2010
by
npzacs
Browse files
Removed extra )
parent
acc4f7d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
libaacs/src/libaacs/mkb.h
View file @
9067af42
...
@@ -31,7 +31,7 @@ AACS_PRIVATE MKB *mkb_open(const char *path); // init MKB
...
@@ -31,7 +31,7 @@ AACS_PRIVATE MKB *mkb_open(const char *path); // init MKB
AACS_PRIVATE
void
mkb_close
(
MKB
*
mkb
);
// free MKB
AACS_PRIVATE
void
mkb_close
(
MKB
*
mkb
);
// free MKB
// returns type
// returns type
AACS_PRIVATE
uint8_t
mkb_type
(
MKB
*
mkb
)
)
;
AACS_PRIVATE
uint8_t
mkb_type
(
MKB
*
mkb
);
// returns version
// returns version
AACS_PRIVATE
uint32_t
mkb_version
(
MKB
*
mkb
);
AACS_PRIVATE
uint32_t
mkb_version
(
MKB
*
mkb
);
// returns list of revoked host entries
// returns list of revoked host entries
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment