~ubuntu-branches/ubuntu/maverick/mosh/maverick-backports

« back to all changes in this revision

Viewing changes to src/crypto/crypto.h

  • Committer: Package Import Robot
  • Author(s): Keith Winstein
  • Date: 2012-03-12 04:51:43 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120312045143-0pib9hs84wiauznl
Tags: 1.0-1
* Version 1.0 released.

* mosh now supports --version option and prints no-warranty message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
using std::string;
28
28
 
29
 
long int myatoi( char *str );
 
29
long int myatoi( const char *str );
30
30
 
31
31
namespace Crypto {
32
32
  class CryptoException {