Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
dCache
cta
Commits
4cfe3af1
Commit
4cfe3af1
authored
21 years ago
by
Jean-Philippe Baud
Committed by
Steven Murray
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add prototypes for functions send2xxx, xxx_apiinit and xxx_errmsg
parent
65b32612
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mediachanger/castorrmc/h/rmc_api.h
+5
-3
5 additions, 3 deletions
mediachanger/castorrmc/h/rmc_api.h
with
5 additions
and
3 deletions
mediachanger/castorrmc/h/rmc_api.h
+
5
−
3
View file @
4cfe3af1
/*
* $Id: rmc_api.h,v 1.
1
200
2
/1
2/01 07:31:56
baud Exp $
* $Id: rmc_api.h,v 1.
2
200
3
/1
0/29 12:37:27
baud Exp $
*/
/*
* Copyright (C) 2002 by CERN/IT/DS/HSM
* Copyright (C) 2002
-2003
by CERN/IT/DS/HSM
* All rights reserved
*/
/*
* @(#)$RCSfile: rmc_api.h,v $ $Revision: 1.
1
$ $Date: 200
2
/1
2/01 07:31:56
$ CERN IT-DS/HSM Jean-Philippe Baud
* @(#)$RCSfile: rmc_api.h,v $ $Revision: 1.
2
$ $Date: 200
3
/1
0/29 12:37:27
$ CERN IT-DS/HSM Jean-Philippe Baud
*/
#ifndef _RMC_API_H
...
...
@@ -18,6 +18,7 @@
/* function prototypes */
EXTERN_C
int
DLL_DECL
rmc_dismount
_PROTO
((
char
*
,
char
*
,
char
*
,
int
,
int
));
EXTERN_C
int
DLL_DECL
rmc_errmsg
_PROTO
((
char
*
,
char
*
,
...));
EXTERN_C
int
DLL_DECL
rmc_export
_PROTO
((
char
*
,
char
*
,
char
*
));
EXTERN_C
int
DLL_DECL
rmc_find_cartridge
_PROTO
((
char
*
,
char
*
,
char
*
,
int
,
int
,
int
,
struct
smc_element_info
*
));
EXTERN_C
int
DLL_DECL
rmc_get_geometry
_PROTO
((
char
*
,
char
*
,
struct
robot_info
*
));
...
...
@@ -25,4 +26,5 @@ EXTERN_C int DLL_DECL rmc_import _PROTO((char *, char *, char *));
EXTERN_C
int
DLL_DECL
rmc_mount
_PROTO
((
char
*
,
char
*
,
char
*
,
int
,
int
));
EXTERN_C
int
DLL_DECL
rmc_read_elem_status
_PROTO
((
char
*
,
char
*
,
int
,
int
,
int
,
struct
smc_element_info
*
));
EXTERN_C
int
DLL_DECL
rmc_seterrbuf
_PROTO
((
char
*
,
int
));
EXTERN_C
int
DLL_DECL
send2rmc
_PROTO
((
char
*
,
char
*
,
int
,
char
*
,
int
));
#endif
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