File: tests.h

package info (click to toggle)
libssh 0.8.7-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,096 kB
  • sloc: ansic: 59,322; cpp: 480; sh: 60; makefile: 45; python: 9
file content (8 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
/*
This file is distributed in public domain. You can do whatever you want
with its content.
*/
#include <libssh/libssh.h>
int authenticate (SSH_SESSION *session);
SSH_OPTIONS *set_opts(int argc, char **argv);