summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2011-07-28 19:22:51 -0400
committerEamon Walsh <ewalsh@tycho.nsa.gov>2011-07-28 19:22:51 -0400
commita2b50d45165e49ae500720b9006bbd7a1396126c (patch)
tree6c2e69795e968260c17719dc07b1a3f2ce6b23cd /src
parent8158ff1421d53285d721043d1323eff77025a289 (diff)
Rename comm_structs.h -> track.h.
Diffstat (limited to 'src')
-rw-r--r--src/comm.h2
-rw-r--r--src/track.c2
-rw-r--r--src/track.h (renamed from src/comm_structs.h)6
3 files changed, 5 insertions, 5 deletions
diff --git a/src/comm.h b/src/comm.h
index 1d9d8c2..f2e4472 100644
--- a/src/comm.h
+++ b/src/comm.h
@@ -25,7 +25,7 @@
#ifndef _LINPICKER_COMM_H_
#define _LINPICKER_COMM_H_
-#include "comm_structs.h"
+#include "track.h"
#include "client.h"
#include "buffer.h"
diff --git a/src/track.c b/src/track.c
index cd98893..34dd4e8 100644
--- a/src/track.c
+++ b/src/track.c
@@ -49,7 +49,7 @@
#include "libvchan.h"
#include "common.h"
-#include "comm_structs.h"
+#include "track.h"
static struct libvchan *ctrl;
diff --git a/src/comm_structs.h b/src/track.h
index b17a598..aa93a05 100644
--- a/src/comm_structs.h
+++ b/src/track.h
@@ -22,8 +22,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef _LINPICKER_COMM_STRUCTS_H_
-#define _LINPICKER_COMM_STRUCTS_H_
+#ifndef _LINPICKER_TRACK_H_
+#define _LINPICKER_TRACK_H_
#include <stdint.h>
@@ -56,4 +56,4 @@ struct lin_message {
uint32_t h;
};
-#endif /* _LINPICKER_COMM_STRUCTS_H_ */
+#endif /* _LINPICKER_TRACK_H_ */