aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-12-08 22:26:04 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-12-08 22:26:04 +0000
commitff810ee91c735c14c3da271b1d3e3850452d824a (patch)
tree29822243b5028d96e1f85cfdaf7b46bd90b5d869
parent0960a7221bf4e23f995e05b159424636af7a6c27 (diff)
Following bug 4302 added ctime() to the deprecated list.
svn path=/trunk/; revision=31210
-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