summaryrefslogtreecommitdiff
path: root/scope.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-07-14 22:24:17 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-10-02 22:14:45 -0700
commit5ec0ba545da0a9e52e2c6a473dbbc81b4a6f7f96 (patch)
tree9af2b84a28ff38098df1fbda92620822df6cbedc /scope.h
parentfdd58cacbb5b93b74ba9ba766e752b922a7c8b9c (diff)
downloadxscope-5ec0ba545da0a9e52e2c6a473dbbc81b4a6f7f96.tar.gz
Move ILong, IShort, etal to inline functions in x11.h
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'scope.h')
-rw-r--r--scope.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scope.h b/scope.h
index 426d67a..2fb627d 100644
--- a/scope.h
+++ b/scope.h
@@ -100,7 +100,6 @@ extern char AudioServerHostName[MAXHOSTNAMELEN];
/* ********************************************** */
#include "fd.h"
-#include "proto.h"
#define BUFFER_SIZE (1024 * 32)
@@ -124,4 +123,6 @@ extern long ServerBasePort;
extern char ScopeEnabled;
extern long TranslateText;
+#include "proto.h"
+
#endif /* XSCOPE_SCOPE_H */