aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-08 22:26:04 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-08 22:26:04 +0000
commit4a43d8f2b20ac918f4301f1bdb3ea948755e3020 (patch)
tree29822243b5028d96e1f85cfdaf7b46bd90b5d869 /tools
parent7318137b757ed2e449b13d462d7b04fbdf7c0676 (diff)
Following bug 4302 added ctime() to the deprecated list.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31210 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checkAPIs.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index 07744c8b23..1310813410 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -113,6 +113,7 @@ my %APIs = (
'deprecated' => { 'count_errors' => 1, 'functions' => [
'perror', # Use strerror() and report messages in whatever
# fashion is appropriate for the code in question.
+ 'ctime', # Use abs_time_secs_to_str()
### Deprecated glib functions
# (The list is based upon the GLib 2.20.1 documentation; Some of
# the entries are are commented out since they are currently