Adding header info

This commit is contained in:
Michael Tryby
2019-04-01 15:16:58 -04:00
parent 23ac179ec1
commit b9f00421dd
3 changed files with 39 additions and 17 deletions
+13 -5
View File
@@ -1,6 +1,15 @@
/*
******************************************************************************
Project: OWA EPANET
Version: 2.2
Module: util/filemanager.h
Description: Provides a simple interface for managing files
Authors: see AUTHORS
Copyright: see AUTHORS
License: see LICENSE
Last Updated: 04/01/2019
******************************************************************************
*/
#ifndef FILEMANAGER_H_
#define FILEMANAGER_H_
@@ -17,14 +26,13 @@
#endif
#define FILE_MAXNAME 259
#define FILE_MAXMODE 3
#if defined(__cplusplus)
extern "C" {
#endif
// Forward declariation of file_handle_t
typedef struct file_s file_handle_t;