File: ssh.h

package info (click to toggle)
hashrat 1.25%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,892 kB
  • sloc: ansic: 32,338; sh: 400; makefile: 337
file content (11 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11

#ifndef HASHRAT_SSH_H
#define HASHRAT_SSH_H

#include "common.h"

STREAM *SSHGet(HashratCtx *Ctx, const char *URL);
int SSHGlob(HashratCtx *Ctx, const char *URL, ListNode *Files);

#endif