Skip to content
This repository has been archived by the owner on Dec 26, 2018. It is now read-only.

Commit

Permalink
Add #include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
caio committed Mar 27, 2012
1 parent 457f2f9 commit b0e66ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/fuzzyclock.h
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,11 @@
#ifndef __FUZZYCLOCK_H__

#define __FUZZYCLOCK_H__

#include <time.h> #include <time.h>


#define MAX_MSG_SIZE 30 #define MAX_MSG_SIZE 30


void get_fuzzy_time(time_t, char*); void get_fuzzy_time(time_t, char*);

#endif

0 comments on commit b0e66ba

Please sign in to comment.