summaryrefslogtreecommitdiff
path: root/new-entry.h
blob: bf888d7c0e494c7183120112cf87e12d7f22e4cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* new-entry.h - SiFT, a simple finance tool */

#ifndef _NEWENTRY_H
#define _NEWENTRY_H

#include <stdio.h>

int new_entry();
// Add function to collect current time.
// Add function to generate SHA256 hash from current time.
void readDate();

#endif /* _NEWENTRY_H */