ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/misc.h
Revision: 5052
Committed: Mon Dec 22 11:56:03 2014 UTC (9 years, 3 months ago) by michael
Content type: text/x-chdr
File size: 102 byte(s)
Log Message:
- Initial import of bopm 3.1.3

File Contents

# Content
1 #ifndef MISC_H
2 #define MISC_H
3
4 extern char *dissect_time(time_t);
5 extern char *clean(char *);
6
7 #endif