aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-corba-utils.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-05-07 23:09:40 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-05-07 23:09:40 +0800
commitf20ed7f2c6c5e7d67164bb94fad2623f014ab03a (patch)
tree7375704b475d9fe50008d9f267ee7f2fc230ecae /e-util/e-corba-utils.h
parent4655d888677e71962722ad86f255a27386e1e621 (diff)
downloadgsoc2013-evolution-f20ed7f2c6c5e7d67164bb94fad2623f014ab03a.tar
gsoc2013-evolution-f20ed7f2c6c5e7d67164bb94fad2623f014ab03a.tar.gz
gsoc2013-evolution-f20ed7f2c6c5e7d67164bb94fad2623f014ab03a.tar.bz2
gsoc2013-evolution-f20ed7f2c6c5e7d67164bb94fad2623f014ab03a.tar.lz
gsoc2013-evolution-f20ed7f2c6c5e7d67164bb94fad2623f014ab03a.tar.xz
gsoc2013-evolution-f20ed7f2c6c5e7d67164bb94fad2623f014ab03a.tar.zst
gsoc2013-evolution-f20ed7f2c6c5e7d67164bb94fad2623f014ab03a.zip
New.
* e-corba-utils.c (e_safe_corba_string_dup): New. svn path=/trunk/; revision=16702
Diffstat (limited to 'e-util/e-corba-utils.h')
-rw-r--r--e-util/e-corba-utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-corba-utils.h b/e-util/e-corba-utils.h
index 582e3da6c1..32cf1df0ee 100644
--- a/e-util/e-corba-utils.h
+++ b/e-util/e-corba-utils.h
@@ -24,6 +24,7 @@
#include <orb/orbit.h>
-const CORBA_char *e_safe_corba_string (const char *s);
+const CORBA_char *e_safe_corba_string (const char *s);
+CORBA_char *e_safe_corba_string_dup (const char *s);
#endif