summaryrefslogtreecommitdiffstats
path: root/dln.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-27 00:15:31 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-27 00:15:31 +0000
commit999c9535ee6a1f52f94d1022f69b4f58884e43d7 (patch)
tree3871a01bca2261f74c4ae624b00889bd5d3a5c81 /dln.h
parent4997a5bb1853770058b11c90adae9315054a7941 (diff)
downloadruby-999c9535ee6a1f52f94d1022f69b4f58884e43d7.tar.gz
ruby-999c9535ee6a1f52f94d1022f69b4f58884e43d7.tar.xz
ruby-999c9535ee6a1f52f94d1022f69b4f58884e43d7.zip
* dln.h (dln_find_exe, dln_find_file): deprecated, use reentrant
versions instead. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'dln.h')
-rw-r--r--dln.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dln.h b/dln.h
index aee4c8fe4..f70b0d445 100644
--- a/dln.h
+++ b/dln.h
@@ -28,8 +28,8 @@
# define _(args) ()
#endif
-char *dln_find_exe(const char*,const char*);
-char *dln_find_file(const char*,const char*);
+DEPRECATED(char *dln_find_exe(const char*,const char*));
+DEPRECATED(char *dln_find_file(const char*,const char*));
char *dln_find_exe_r(const char*,const char*,char*,int);
char *dln_find_file_r(const char*,const char*,char*,int);