Renamed stbbr_for -> stbbr_for_id

This commit is contained in:
James Booth
2015-06-01 22:02:18 +01:00
parent 66077b0194
commit ddb837cdcd
6 changed files with 10 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ prime_get_passwd(void)
}
void
prime_for(const char *id, char *stream)
prime_for_id(const char *id, char *stream)
{
if (idstubs) {
g_hash_table_insert(idstubs, strdup(id), strdup(stream));