Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/clipboard.h

    r9d58539 rb7fd2a0  
    3636#define LIBC_CLIPBOARD_H_
    3737
    38 extern int clipboard_put_str(const char *);
    39 extern int clipboard_get_str(char **);
     38extern errno_t clipboard_put_str(const char *);
     39extern errno_t clipboard_get_str(char **);
    4040
    4141#endif
Note: See TracChangeset for help on using the changeset viewer.