Move plugin init code
[gnumeric.git] / src / func-builtin.h
blobb43ccfe9406ab3c053b42bc955f5f07e1878f04f
1 #ifndef _GNM_FUNC_BUILTIN_H_
2 # define _GNM_FUNC_BUILTIN_H_
4 #include <func.h>
6 G_BEGIN_DECLS
8 GnmValue *gnumeric_if (GnmFuncEvalInfo *ei, GnmValue const * const *args);
9 GnmValue *gnumeric_if2 (GnmFuncEvalInfo *ei, int argc, GnmExprConstPtr const *argv, GnmExprEvalFlags flags);
11 void func_builtin_init (void);
12 void func_builtin_shutdown (void);
14 G_END_DECLS
16 #endif /* _GNM_FUNC_BUILTIN_H_ */