summaryrefslogtreecommitdiffstats
path: root/src/protocol-native-spec.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-07-16 18:40:20 +0000
committerLennart Poettering <lennart@poettering.net>2004-07-16 18:40:20 +0000
commit2a6ee7731f6654b2efbc5dbf861f82c2823d1a54 (patch)
tree4c0a1a433e75e2a4e1637e07151f9ed9b8fa1701 /src/protocol-native-spec.h
parent00b53f3f4b27af2572656c975b1fd225e272e012 (diff)
rename a bunch of files
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@79 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/protocol-native-spec.h')
-rw-r--r--src/protocol-native-spec.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/src/protocol-native-spec.h b/src/protocol-native-spec.h
deleted file mode 100644
index e1db6f64..00000000
--- a/src/protocol-native-spec.h
+++ /dev/null
@@ -1,47 +0,0 @@
-#ifndef fooprotocolnativespech
-#define fooprotocolnativespech
-
-enum {
- PA_COMMAND_ERROR,
- PA_COMMAND_TIMEOUT, /* pseudo command */
- PA_COMMAND_REPLY,
- PA_COMMAND_CREATE_PLAYBACK_STREAM,
- PA_COMMAND_DELETE_PLAYBACK_STREAM,
- PA_COMMAND_CREATE_RECORD_STREAM,
- PA_COMMAND_DELETE_RECORD_STREAM,
- PA_COMMAND_EXIT,
- PA_COMMAND_REQUEST,
- PA_COMMAND_AUTH,
- PA_COMMAND_SET_NAME,
- PA_COMMAND_LOOKUP_SINK,
- PA_COMMAND_LOOKUP_SOURCE,
- PA_COMMAND_DRAIN_PLAYBACK_STREAM,
- PA_COMMAND_PLAYBACK_STREAM_KILLED,
- PA_COMMAND_RECORD_STREAM_KILLED,
- PA_COMMAND_STAT,
- PA_COMMAND_GET_PLAYBACK_LATENCY,
- PA_COMMAND_MAX
-};
-
-enum {
- PA_ERROR_OK,
- PA_ERROR_ACCESS,
- PA_ERROR_COMMAND,
- PA_ERROR_INVALID,
- PA_ERROR_EXIST,
- PA_ERROR_NOENTITY,
- PA_ERROR_CONNECTIONREFUSED,
- PA_ERROR_PROTOCOL,
- PA_ERROR_TIMEOUT,
- PA_ERROR_AUTHKEY,
- PA_ERROR_INTERNAL,
- PA_ERROR_CONNECTIONTERMINATED,
- PA_ERROR_KILLED,
- PA_ERROR_INVALIDSERVER,
- PA_ERROR_MAX
-};
-
-#define PA_NATIVE_COOKIE_LENGTH 256
-#define PA_NATIVE_COOKIE_FILE ".polypaudio-cookie"
-
-#endif