File: callbacks.h

package info (click to toggle)
kali 3.1%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 716 kB
  • sloc: ansic: 3,502; makefile: 61
file content (12 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef CALLBACKS_H
#define CALLBACKS_H

#include <stdio.h>

#include "main.h"

void forms_init(RECTANGLE *pwin);
void load_a_file(FILE *pat);
void set_mode(int newmode);

#endif