Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rmqplus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
WASD
rmqplus
Commits
6351f83af772
Commit
6351f83af772
authored
4 years ago
by
Jean-Francois Pieronne
Browse files
Options
Downloads
Patches
Plain Diff
Uppercase some function name, needed for language without mixed case support
parent
150ce8fb8535
Branches
Branches containing commit
No related tags found
1 merge request
!6
Topic/default/excob
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/rmq_rpc.h
+5
-0
5 additions, 0 deletions
examples/rmq_rpc.h
with
5 additions
and
0 deletions
examples/rmq_rpc.h
+
5
−
0
View file @
6351f83a
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment