diff options
author | Frederic Culot <calcurse@culot.org> | 2006-09-16 15:25:36 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2006-09-16 15:25:36 +0000 |
commit | 6486777715351567afec60931353ba56a39d7d03 (patch) | |
tree | 74ca8ac1761a642b0c636d277480a2423dd95f9d | |
parent | 66ef9b834a67274647e181a0ac30a44cba988b47 (diff) | |
download | calcurse-6486777715351567afec60931353ba56a39d7d03.tar.gz calcurse-6486777715351567afec60931353ba56a39d7d03.zip |
mycpy() added
-rwxr-xr-x | src/utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h index b30fe7f..9e80d73 100755 --- a/src/utils.h +++ b/src/utils.h @@ -1,4 +1,4 @@ -/* $calcurse: utils.h,v 1.4 2006/09/16 09:10:06 culot Exp $ */ +/* $calcurse: utils.h,v 1.5 2006/09/16 15:25:36 culot Exp $ */ /* * Calcurse - text-based organizer @@ -72,5 +72,6 @@ void reset_status_page(void); void other_status_page(int panel); long today(void); long now(void); +char *mycpy(const char *src); #endif /* CALCURSE_UTILS_H */ |