[gnumeric] Names: re-prototype expr_name_new.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Names: re-prototype expr_name_new.
- Date: Thu, 19 May 2011 18:43:55 +0000 (UTC)
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]