[exim-cvs] Build: function prototype

Pàgina inicial
Delete this message
Reply to this message
Autor: Exim Git Commits Mailing List
Data:  
A: exim-cvs
Assumpte: [exim-cvs] Build: function prototype
Gitweb: https://git.exim.org/exim.git/commitdiff/070be8703609e75197c760a5696358360ead1f85
Commit:     070be8703609e75197c760a5696358360ead1f85
Parent:     7cacdf337888fda93352a7120a85e0536bc0eaf4
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Fri Nov 29 20:20:09 2024 +0000
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Fri Nov 29 20:20:09 2024 +0000


    Build: function prototype
---
 src/src/functions.h | 4 ++++
 1 file changed, 4 insertions(+)


diff --git a/src/src/functions.h b/src/src/functions.h
index 8c47f536d..2b77babec 100644
--- a/src/src/functions.h
+++ b/src/src/functions.h
@@ -544,6 +544,10 @@ extern void    store_exit(void);
 extern void    store_init(void);
 extern void    store_writeprotect(int);


+#ifdef MISSING_POSIX_STPCPY
+extern char * stpcpy(char * restrict, const char * restrict);
+#endif
+
extern gstring *string_append(gstring *, int, ...) WARN_UNUSED_RESULT;
extern gstring *string_append_listele(gstring *, uschar, const uschar *) WARN_UNUSED_RESULT;
extern gstring *string_append_listele_n(gstring *, uschar, const uschar *, unsigned) WARN_UNUSED_RESULT;

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-cvs.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-cvs-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/