Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
libfprint
libfprint
Commits
6ba10160
Commit
6ba10160
authored
Nov 29, 2018
by
Bastien Nocera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lib: Hide struct fp_minutiae from the docs
It's only used internally.
parent
b5f175b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
doc/libfprint-sections.txt
doc/libfprint-sections.txt
+0
-1
libfprint/fpi-img.h
libfprint/fpi-img.h
+2
-0
No files found.
doc/libfprint-sections.txt
View file @
6ba10160
...
...
@@ -235,7 +235,6 @@ fp_img_driver
<SECTION>
<INCLUDE>fpi-img.h</INCLUDE>
<FILE>fpi-img</FILE>
fp_minutiae
FpiImgFlags
fpi_img_new
...
...
libfprint/fpi-img.h
View file @
6ba10160
...
...
@@ -67,7 +67,9 @@ struct fp_img {
int
height
;
size_t
length
;
FpiImgFlags
flags
;
/*< private >*/
struct
fp_minutiae
*
minutiae
;
/*< public >*/
unsigned
char
*
binarized
;
unsigned
char
data
[
0
];
};
...
...
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