#ifndef EMPOWER_H
#define EMPOWER_H

#include <unistd.h>
#include <string.h>
#include <stdio.h>
#include <sys/types.h>
#include <pwd.h>
#include "Ecore_X.h"
#include "Ewl.h"

#define WIDTH 0
#define HEIGHT 85
Ewl_Widget *win;
char password[1024];
char buf[1024];

/* empower_cb prototypes */
void key_down_cb(Ewl_Widget *w, void *event, void *data);
void destroy_cb(Ewl_Widget *w, void *event, void *data);
void reveal_cb(Ewl_Widget *w, void *event, void *data);
void pipe_to_sudo_cb(Ewl_Widget *w, void *event, void *data);
/* empower_cb prototypes end */

/* empower_gui prototypes */
void display_window();
/* empower_gui prototypes end */

#endif


syntax highlighted by Code2HTML, v. 0.9.1