renamed isc_file_getabsolutepath() to isc_file_absolutepath()
to be more consistent with established naming conventions
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: file.h,v 1.22 2001/07/16 04:09:42 gson Exp $ */
|
||||
/* $Id: file.h,v 1.23 2001/07/16 17:22:16 gson Exp $ */
|
||||
|
||||
#ifndef ISC_FILE_H
|
||||
#define ISC_FILE_H 1
|
||||
@@ -223,7 +223,7 @@ isc_file_renameunique(const char *file, char *templet);
|
||||
*/
|
||||
|
||||
isc_result_t
|
||||
isc_file_getabsolutepath(const char *filename, char *path, size_t pathlen);
|
||||
isc_file_absolutepath(const char *filename, char *path, size_t pathlen);
|
||||
/*
|
||||
* Given a file name, return the fully qualified path to the file.
|
||||
*/
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: file.c,v 1.17 2001/07/16 04:09:44 gson Exp $ */
|
||||
/* $Id: file.c,v 1.18 2001/07/16 17:22:17 gson Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
@@ -456,7 +456,7 @@ isc_file_progname(const char *filename, char *progname, size_t namelen) {
|
||||
}
|
||||
|
||||
isc_result_t
|
||||
isc_file_getabsolutepath(const char *filename, char *path, size_t pathlen) {
|
||||
isc_file_absolutepath(const char *filename, char *path, size_t pathlen) {
|
||||
char *ptrname;
|
||||
DWORD retval;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user