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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Dominique Belhachemi
  • Date: 2010-05-17 20:56:46 UTC
  • mfrom: (0.1.3 sid) (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100517205646-yipvh4jq5n5n1kgo
Tags: 2.4.8+dfsg-5
install man pages together with their associated binaries (Closes: #581576)

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
#include "log.h"
91
91
 
92
92
char *
93
 
pbs_locjob(c, jobid, extend)
94
 
int c;
95
 
char * jobid;
96
 
char * extend;
 
93
pbs_locjob(int c, char *jobid, char *extend)
97
94
  {
98
95
  int rc;
99
96