diff options
author | Luca Dariz <luca@orpolo.org> | 2025-01-06 14:46:49 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-01-28 22:52:16 +0100 |
commit | d4ed2ed7fa36a2637f6f3b352ee2875abaf27092 (patch) | |
tree | 25b83ffe225888fc235b2bc5c0e015629dbba188 /mig_string.h | |
parent | 85c1d9860d563d8c43d95d41c51d0cbd68f93c9a (diff) | |
download | mig-master.tar.gz mig-master.tar.bz2 mig-master.zip |
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>
Diffstat (limited to 'mig_string.h')
-rw-r--r-- | mig_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |