Refactored file reading into finction.

This commit is contained in:
Heiko Reese
2021-09-08 03:34:12 +02:00
parent a82f6d388b
commit 0b01283cd9
3 changed files with 81 additions and 49 deletions

10
src/common.h Normal file
View File

@ -0,0 +1,10 @@
//
// Created by sprawl on 08/09/2021.
//
#ifndef EXIM_ENCRYPT_DLFUNC_COMMON_H
#define EXIM_ENCRYPT_DLFUNC_COMMON_H
char * read_first_line(const char *);
#endif //EXIM_ENCRYPT_DLFUNC_COMMON_H