Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
9cd39d73
Commit
9cd39d73
authored
Apr 25, 2000
by
David Lawrence
Browse files
include <isc/types.h> instead of <isc/time.h> and <isc/result.h>
parent
408c6767
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/include/isc/file.h
View file @
9cd39d73
...
...
@@ -15,17 +15,16 @@
* SOFTWARE.
*/
#ifndef ISC_FILE_H
#define ISC_FILE_H 1
#include <stdio.h>
#include <isc/lang.h>
#include <isc/result.h>
#include <isc/time.h>
#include <isc/types.h>
ISC_LANG_BEGINDECLS
#ifndef ISC_FILE_H
#define ISC_FILE_H 1
isc_result_t
isc_file_getmodtime
(
const
char
*
file
,
isc_time_t
*
time
);
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment