printers: Use const for manufacturer string
This commit is contained in:
parent
0cdc458752
commit
09465579b7
4 changed files with 4 additions and 4 deletions
|
@ -213,7 +213,7 @@ IPPAttribute *ipp_attribute_copy (IPPAttribute *attr);
|
|||
|
||||
void ipp_attribute_free (IPPAttribute *attr);
|
||||
|
||||
gchar *get_standard_manufacturers_name (gchar *name);
|
||||
gchar *get_standard_manufacturers_name (const gchar *name);
|
||||
|
||||
typedef void (*PGPCallback) (const gchar *ppd_filename,
|
||||
gpointer user_data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue