Ignore:
Timestamp:
Mar 6, 2024, 3:42:16 AM (4 months ago)
Author:
Bruno Cornec
Message:

Fix mr_popup_and_get_string proto

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/mondo/src/common/newt-specific.c

    r3852 r3854  
    270270 * Kill any process containing the string @p str surrounded by spaces in its commandline.
    271271 */
    272 void kill_anything_like_this(char *str) {
     272void kill_anything_like_this(const char *str) {
    273273
    274274char *tmp = NULL;
     
    745745 * @return value needs to be freed up by caller
    746746 */
    747 char *mr_popup_and_get_string(char *title, char *b, char *input) {
     747char *mr_popup_and_get_string(const char *title, const char *b, const char *input) {
    748748
    749749    /*@ newt ************************************************************ */
Note: See TracChangeset for help on using the changeset viewer.