Ignore:
Timestamp:
Dec 9, 2011, 6:11:09 PM (14 years ago)
Author:
dmik
Message:

Port CRYPT32 to GCC/kBuild.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/crypt32/crypt32_private.h

    r21354 r21872  
    401401 */
    402402
    403 int vsnprintf (char *buf, int n, const char *fmt, va_list args);
    404 int snprintf (char *buf, int n, const char *fmt, ...);
     403int crypt32_vsnprintf (char *buf, int n, const char *fmt, va_list args);
     404int crypt32_snprintf (char *buf, int n, const char *fmt, ...);
    405405
    406406#endif
Note: See TracChangeset for help on using the changeset viewer.