From d4ed2ed7fa36a2637f6f3b352ee2875abaf27092 Mon Sep 17 00:00:00 2001 From: Luca Dariz <luca@orpolo.org> Date: Mon, 6 Jan 2025 14:46:49 +0100 Subject: header: add definitions for RPC presence and IDs This allows to check at compilation time for some rpc (as done for example in glibc for thread_set/get_name() and host_page_size()). Also the IDs can be useful for testing purposes, or when assembling messages manually. Message-ID: <20250106134649.391487-1-luca@orpolo.org> --- mig_string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mig_string.h') diff --git a/mig_string.h b/mig_string.h index 920171c..fc1dd72 100644 --- a/mig_string.h +++ b/mig_string.h @@ -44,5 +44,6 @@ extern void strfree(string_t string); extern const char *strbool(bool v); extern const char *strstring(const_string_t string); +extern char *strupper(const_string_t string); #endif /* _MIG_STRING_H */ -- cgit v1.2.3