summaryrefslogtreecommitdiffstats
path: root/usr.bin/ncftp/ftprc.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ncftp/ftprc.h')
-rw-r--r--usr.bin/ncftp/ftprc.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/usr.bin/ncftp/ftprc.h b/usr.bin/ncftp/ftprc.h
deleted file mode 100644
index eed0217..0000000
--- a/usr.bin/ncftp/ftprc.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/* ftprc.h */
-
-#ifndef _ftprc_h_
-#define _ftprc_h_
-
-/* $RCSfile: ftprc.h,v $
- * $Revision: 14020.11 $
- * $Date: 93/05/21 05:45:31 $
- */
-
-#define NETRC "netrc"
-#define FTPRC "ncftprc"
-
-#define RC_DELIM " \n\t,"
-
-typedef struct site *siteptr;
-typedef struct site {
- char *name; /* name (or IP address) of site */
- siteptr next;
-} site;
-
-typedef struct recentsite {
- char *name; /* name (or IP address) of site */
- char *dir; /* directory we were in last time we called. */
- time_t lastcall; /* when this site was called last. */
-} recentsite;
-
-int thrash_rc(void);
-void AddNewSitePtr(char *word);
-int ruserpass2(char *host, char **user, char **pass, char **acct);
-void GetFullSiteName(char *host, char *lastdir);
-void ReadRecentSitesFile(void);
-int WriteRecentSitesFile(void);
-void AddRecentSite(char *host, char *lastdir);
-void UpdateRecentSitesList(char *host, char *lastdir);
-void PrintSiteList(void);
-
-#endif
-/* eof */
OpenPOWER on IntegriCloud