summaryrefslogtreecommitdiffstats
path: root/gnu/libexec/uucp/libunix/splnam.c
blob: 06ce3605ce5f44150a4a375cec32029138c43afe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* splnam.c
   Get the full name of a file in the spool directory.  */

#include "uucp.h"

#include "uuconf.h"
#include "sysdep.h"
#include "system.h"

/* Get the real name of a spool file.  */

char *
zsysdep_spool_file_name (qsys, zfile, pseq)
     const struct uuconf_system *qsys;
     const char *zfile;
     pointer pseq;
{
  return zsfind_file (zfile, qsys->uuconf_zname, bsgrade (pseq));
}
OpenPOWER on IntegriCloud