diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-05-10 15:15:56 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-05-26 22:55:52 +0000 |
commit | 1f833b3fc9968c3dd7ed79ccf0525ebf16c891ad (patch) | |
tree | 85801af20e3b694584668aeb39ecec75ee71f72c /sntp/tests/fileHandlingTest.h.in | |
parent | ab1f1aa8333369a83ff284848fc3fc2e52d5f29f (diff) |
Diffstat (limited to 'sntp/tests/fileHandlingTest.h.in')
-rw-r--r-- | sntp/tests/fileHandlingTest.h.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sntp/tests/fileHandlingTest.h.in b/sntp/tests/fileHandlingTest.h.in index b93ed9e90293..86c9f2c7cd0e 100644 --- a/sntp/tests/fileHandlingTest.h.in +++ b/sntp/tests/fileHandlingTest.h.in @@ -1,3 +1,9 @@ +/* + * fileHandlingTest.h[.in] + * + * @configure_input@ + */ + #ifndef FILE_HANDLING_TEST_H #define FILE_HANDLING_TEST_H @@ -23,4 +29,4 @@ extern int GetFileSize(FILE *file); extern bool CompareFileContent(FILE* expected, FILE* actual); extern void ClearFile(const char * filename) ; -#endif // FILE_HANDLING_TEST_H +#endif /* FILE_HANDLING_TEST_H */ |