~ubuntu-branches/ubuntu/precise/torque/precise-updates

« back to all changes in this revision

Viewing changes to src/lib/Libifl/dec_CpyFil.c

  • Committer: Bazaar Package Importer
  • Author(s): Dominique Belhachemi
  • Date: 2010-05-17 20:56:46 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100517205646-yjsoqs5r1s9xpnu9
Tags: upstream-2.4.8+dfsg
ImportĀ upstreamĀ versionĀ 2.4.8+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
#include "batch_request.h"
108
108
#include "dis.h"
109
109
 
110
 
int decode_DIS_CopyFiles(sock, preq)
111
 
int   sock;
112
 
 
113
 
struct batch_request *preq;
 
110
int
 
111
decode_DIS_CopyFiles(int sock, struct batch_request *preq)
114
112
  {
115
113
  int   pair_ct;
116
114
 
186
184
 
187
185
  return 0;
188
186
  }
 
187