aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/chap/variables.texinfo
blob: aa44f1902934ae6ed5840e7f7046e8173a08204e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@node Variables
@chapter Variables

@file{<libred.h>} defines the variable
@example
extern int libred_fd
@end example
@indent
which is either @code{-1} or the file descriptor the
library uses to access the colour temperature lookup
table. The header also defines @code{LIBRED_HAVE_FD}.
It is possible that @code{libred_fd} is removed in a
future version. If it is, @code{LIBRED_HAVE_FD} will
be removed too.