#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <getopt.h>
#include <stdlib.h>
#include <fcntl.h>
#include <ctype.h>
#include <unistd.h>
#include <sys/mman.h>
#include <dlfcn.h>
#include "lcg-scr.h"
#include "securestorage.h"
Go to the source code of this file.
Functions | |
void | usage (FILE *out) |
Print help screen and exit. | |
int | main (int argc, char *argv[]) |
Definition in file lcg-scr.c.
|
Definition at line 106 of file lcg-scr.c. References accept_host, accept_lfn, accept_vo, errno, insecure, LCG_MAXPATHLEN, lcg_scr(), MAXPATHLENGTH, securestorage_error(), usage(), verbose, and VO. |
|
Print help screen and exit.
Definition at line 93 of file lcg-scr.c. References AUTHOR, COMPANY, PROGRAMNAME, and PROGRAMVERSION. |