Skip to content
Snippets Groups Projects
Commit 2748b92e authored by Steven Murray's avatar Steven Murray
Browse files

Renamed rmc_server_api.h to rmc_procreq.h

parent bb4f49d7
Branches
Tags
No related merge requests found
/*
*/
/******************************************************************************
* rmc_procreq.h
*
* This file is part of the Castor project.
* See http://castor.web.cern.ch/castor
*
* Copyright (C) 2003 CERN
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
*
*
*
* @author Castor Dev team, castor-dev@cern.ch
*****************************************************************************/
#ifndef _RMC_SERVER_API_H
#define _RMC_SERVER_API_H
/* function prototypes */
#ifndef _RMC_PROCREQ_H
#define _RMC_PROCREQ_H 1
int rmc_srv_export(const int rpfd, char *const req_data, const char *const clienthost);
int rmc_srv_findcart(const int rpfd, char *const req_data, const char *const clienthost);
......
......@@ -19,10 +19,10 @@
#include "h/rmc_logit.h"
#include "h/rmc_logreq.h"
#include "h/rmc_marshall_element.h"
#include "h/rmc_procreq.h"
#include "h/rmc_smcsubr.h"
#include "h/rmc_smcsubr2.h"
#include "h/rmc_sendrep.h"
#include "h/rmc_server_api.h"
#include "h/tplogger_api.h"
#include <string.h>
#include <Ctape_api.h>
......
......@@ -22,8 +22,8 @@
#include "h/net.h"
#include "h/rmc_constants.h"
#include "h/rmc_logit.h"
#include "h/rmc_procreq.h"
#include "h/rmc_sendrep.h"
#include "h/rmc_server_api.h"
#include "h/rmc_smcsubr.h"
#include "h/scsictl.h"
#include "h/serrno.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment