summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2011-06-02 14:12:38 -0400
committerEamon Walsh <ewalsh@tycho.nsa.gov>2011-06-02 14:14:40 -0400
commit8a3ee0c04fa7334c7ef37ebf66cbfaef4b80974e (patch)
treeb30bf364c1aa7a1c26ad54210ee87c9bb4dbbb2d /src
parent8166945d87cfb52b3a4955ff41e7356a60e4c696 (diff)
Rename comm-structs.h -> comm_structs.h.
Diffstat (limited to 'src')
-rw-r--r--src/comm.h2
-rw-r--r--src/comm_structs.h (renamed from src/comm-structs.h)0
-rw-r--r--src/track.c2
3 files changed, 2 insertions, 2 deletions
diff --git a/src/comm.h b/src/comm.h
index 17238bc..986e5d2 100644
--- a/src/comm.h
+++ b/src/comm.h
@@ -11,7 +11,7 @@
#ifndef _COMM_H_
#define _COMM_H_
-#include "comm-structs.h"
+#include "comm_structs.h"
#include "client.h"
#include "buffer.h"
diff --git a/src/comm-structs.h b/src/comm_structs.h
index 40081e3..40081e3 100644
--- a/src/comm-structs.h
+++ b/src/comm_structs.h
diff --git a/src/track.c b/src/track.c
index f66fef3..fef9d72 100644
--- a/src/track.c
+++ b/src/track.c
@@ -32,7 +32,7 @@
#include "libvchan.h"
#include "common.h"
-#include "comm-structs.h"
+#include "comm_structs.h"
static struct libvchan *ctrl;