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
a0d1d499
Commit
a0d1d499
authored
18 years ago
by
Sebastien Ponce
Committed by
Steven Murray
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
First cleanup of rmc fo warnings. Still some undefined functions coming from the tape part
parent
b364e503
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_server_api.h
+18
-0
18 additions, 0 deletions
mediachanger/castorrmc/h/rmc_server_api.h
with
18 additions
and
0 deletions
mediachanger/castorrmc/h/rmc_server_api.h
0 → 100644
+
18
−
0
View file @
a0d1d499
/*
* @(#)$RCSfile: rmc_server_api.h,v $ $Revision: 1.1 $ $Date: 2007/03/14 11:05:39 $ CERN IT-DS/HSM Jean-Philippe Baud
*/
#ifndef _RMC_SERVER_API_H
#define _RMC_SERVER_API_H
/* function prototypes */
EXTERN_C
int
DLL_DECL
rmc_srv_export
_PROTO
((
char
*
,
char
*
));
EXTERN_C
int
DLL_DECL
rmc_srv_findcart
_PROTO
((
char
*
,
char
*
));
EXTERN_C
int
DLL_DECL
rmc_srv_getgeom
_PROTO
((
char
*
,
char
*
));
EXTERN_C
int
DLL_DECL
rmc_srv_import
_PROTO
((
char
*
,
char
*
));
EXTERN_C
int
DLL_DECL
rmc_srv_mount
_PROTO
((
char
*
,
char
*
));
EXTERN_C
int
DLL_DECL
rmc_srv_readelem
_PROTO
((
char
*
,
char
*
));
EXTERN_C
int
DLL_DECL
rmc_srv_unmount
_PROTO
((
char
*
,
char
*
));
#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