c46be5cebadbe532ca7f7fc2a5cde930554c7ae7
braney
  Tue May 2 11:20:34 2017 -0700
first check in of hgComposite code.

diff --git src/hg/inc/customComposite.h src/hg/inc/customComposite.h
new file mode 100644
index 0000000..3228202
--- /dev/null
+++ src/hg/inc/customComposite.h
@@ -0,0 +1,12 @@
+#ifndef CUSTOMCOMPOSITE_H
+#define CUSTOMCOMPOSITE_H
+
+#define customCompositeCartName     "customComposite"
+
+INLINE boolean isCustomComposite(struct trackDb *tdb)
+/* Is this track part of a custom composite. */
+{
+return FALSE;
+}
+
+#endif