Skip to content

Commit

Permalink
Edit Window Empty Files
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Apr 17, 2018
1 parent d8d3d29 commit 57bd104
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions edit_window.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "edit_window.h"
8 changes: 8 additions & 0 deletions edit_window.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#ifndef EDIT_WINDOW
#define EDIT_WINDOW

#include "Entry.h"

void show_edit_window(Entry * entry);

#endif

0 comments on commit 57bd104

Please sign in to comment.