This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
FeedbackD-Configuration/src/dialog.h

11 lines
145 B
C

#ifndef DIALOG_H
#define DIALOG_H
#include <gtk/gtk.h>
#include "main.h"
void open_dialog(GtkWidget *, struct event_location *, int);
#endif