[gnumeric] Names: re-prototype expr_name_new.



commit 2126dffc802582390031bb0c97767f90763b1284
Author: Morten Welinder <terra gnome org>
Date:   Thu May 19 14:43:37 2011 -0400

    Names: re-prototype expr_name_new.

 src/expr-name.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/expr-name.h b/src/expr-name.h
index af52f38..3adcffe 100644
--- a/src/expr-name.h
+++ b/src/expr-name.h
@@ -25,6 +25,7 @@ struct _GnmNamedExpr {
 
 gboolean expr_name_validate (const char *name);
 
+GnmNamedExpr *expr_name_new    (char const *name);
 GnmNamedExpr *expr_name_lookup (GnmParsePos const *pos, char const *name);
 GnmNamedExpr *expr_name_add    (GnmParsePos const *pp, char const *name,
 				GnmExprTop const *texpr, char **error_msg,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]