comparison src/main.h @ 508:011a6be611c8

Move options stuff to options.{c,h} and remove globals.c
author zas_
date Thu, 24 Apr 2008 09:09:48 +0000
parents 135570a8bd96
children b78a91d0779e
comparison
equal deleted inserted replaced
507:135570a8bd96 508:011a6be611c8
110 "%fAperture%|%fShutterSpeed%|%fISOSpeedRating%|%fFocalLength%|%fExposureBias%\n" \ 110 "%fAperture%|%fShutterSpeed%|%fISOSpeedRating%|%fFocalLength%|%fExposureBias%\n" \
111 "%fCamera%|%fFlash%" \ 111 "%fCamera%|%fFlash%" \
112 112
113 113
114 #include "typedefs.h" 114 #include "typedefs.h"
115 115 #include "options.h"
116 /*
117 *----------------------------------------------------------------------------
118 * globals
119 *----------------------------------------------------------------------------
120 */
121 ConfOptions *init_options(ConfOptions *options); /* TODO: move to globals.h */
122
123 ConfOptions *options;
124
125
126
127 116
128 /* 117 /*
129 *---------------------------------------------------------------------------- 118 *----------------------------------------------------------------------------
130 * main.c 119 * main.c
131 *---------------------------------------------------------------------------- 120 *----------------------------------------------------------------------------