Skip to content
Snippets Groups Projects
Commit 6351f83af772 authored by Jean-Francois Pieronne's avatar Jean-Francois Pieronne
Browse files

Uppercase some function name, needed for language without mixed case support

parent 150ce8fb8535
Branches
No related tags found
1 merge request!6Topic/default/excob
......@@ -2,6 +2,11 @@
typedef struct dsc$descriptor_s DSC;
#define rmq_init_server RMQ_INIT_SERVER
#define rmq_shut_server RMQ_SHUT_SERVER
#define rmq_rpc_in RMQ_RPC_IN
#define rmq_rpc_reply RMQ_RPC_REPLY
extern int rmq_init_server_c(char const *hostname, int port,
char const *username, char const *password,
char const *vhost, char const *queuename);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment