diff options
author | Max Kellermann <max@duempel.org> | 2008-10-26 20:34:47 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-26 20:34:47 +0100 |
commit | dbc7e9ba2f57c71a9b73cd6d035ba2906190be72 (patch) | |
tree | 0f9a55ed4a533d4daf266f6748acb30830a6f095 /src/input_file.h | |
parent | 97a9c7a8e094f830e70fdb479425c96e182f8b5e (diff) | |
download | mpd-dbc7e9ba2f57c71a9b73cd6d035ba2906190be72.tar.gz mpd-dbc7e9ba2f57c71a9b73cd6d035ba2906190be72.tar.xz mpd-dbc7e9ba2f57c71a9b73cd6d035ba2906190be72.zip |
input_stream: no CamelCase
Renamed all functions and variables.
Diffstat (limited to '')
-rw-r--r-- | src/input_file.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input_file.h b/src/input_file.h index 177df477a..8e25ff113 100644 --- a/src/input_file.h +++ b/src/input_file.h @@ -21,6 +21,7 @@ #include "input_stream.h" -int inputStream_fileOpen(struct input_stream *inStream, char *filename); +int +input_file_open(struct input_stream *is, char *filename); #endif |