Ignore:
Timestamp:
Apr 10, 2008, 10:23:24 PM (15 years ago)
Author:
Jari Häkkinen
Message:

changed u_int to unsigned int

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.6-stable/test/utility_test.cc

    r429 r582  
    2727#include <string>
    2828
    29 bool test_hex(int, u_int, std::string);
     29bool test_hex(int, unsigned int, std::string);
    3030
    3131int main(const int argc,const char* argv[])
     
    4242}
    4343
    44 bool test_hex(int x, u_int w, std::string facit)
     44bool test_hex(int x, unsigned int w, std::string facit)
    4545{
    4646  if (theplu::svndigest::hex(x,w)==facit)
Note: See TracChangeset for help on using the changeset viewer.