File: cgi.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 (10 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10

#ifndef HASHRAT_CGI_H
#define HASHRAT_CGI_H
#include "common.h"

//This file provides an HTTP Common Gateway Interface for Hashrat

void CGIDisplayPage();

#endif