projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93232d8
)
rename mysql selector command array from cmds to mysql_selector_cmds
author
Andre
<maan@meins.(none)>
Sun, 21 Jan 2007 20:50:49 +0000
(21:50 +0100)
committer
Andre
<maan@meins.(none)>
Sun, 21 Jan 2007 20:50:49 +0000
(21:50 +0100)
mysql_selector.c
patch
|
blob
|
history
mysql_selector.cmd
patch
|
blob
|
history
diff --git
a/mysql_selector.c
b/mysql_selector.c
index f1c49aa5c7b9689a06f370bae72a85f42aa6738b..e2812fd7904df3d155d422569b74c86683bc4669 100644
(file)
--- a/
mysql_selector.c
+++ b/
mysql_selector.c
@@
-2171,7
+2171,7
@@
int mysql_selector_init(struct audio_file_selector *db)
if (!conf.mysql_audio_file_dir_given)
return -E_NO_AF_DIR;
db->name = "mysql";
- db->cmd_list = cmds;
+ db->cmd_list =
mysql_selector_
cmds;
db->get_audio_file_list = server_get_audio_file_list;
db->update_audio_file = update_audio_file_server_handler;
db->shutdown = shutdown_connection;
diff --git
a/mysql_selector.cmd
b/mysql_selector.cmd
index 9cee6b5dbeabfa27e7ad10e20d9cb8e85cd7a90f..75be740be79d8130d50e3afbe65ec75c04f03226 100644
(file)
--- a/
mysql_selector.cmd
+++ b/
mysql_selector.cmd
@@
-2,7
+2,7
@@
FN: mysql_selector_command_list
HC: prototypes for the commands of the mysql audio file selector
CC: array of commands for the mysql audio file selector
AT: server_command
-AN: cmds
+AN:
mysql_selector_
cmds
IN: server user_list
---
N: cam