File: vde_plug_log.h

package info (click to toggle)
vdeplug4 4.0.1-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 464 kB
  • sloc: ansic: 4,280; makefile: 19
file content (11 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#ifndef VDE_PLUG_LOG_H
#define VDE_PLUG_LOG_H

extern char sshremotehost[256];
extern char *username;

void vdeplug_openlog(char *message);

void vdeplug_closelog(void);

#endif