mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 09:33:56 +01:00
Refactored file reading into finction.
This commit is contained in:
10
src/common.h
Normal file
10
src/common.h
Normal 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
|
||||
Reference in New Issue
Block a user