Backing up an unused program in case of future need

Dependencies:   mbed

Committer:
andrewboyson
Date:
Thu Dec 06 11:40:19 2018 +0000
Revision:
8:45a0205a298f
Parent:
0:09f915e6f9f6
Backing up

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 0:09f915e6f9f6 1 extern int NtpInit();
andrewboyson 0:09f915e6f9f6 2 extern int NtpSendRequest();
andrewboyson 0:09f915e6f9f6 3 extern int NtpHandleResponse();
andrewboyson 0:09f915e6f9f6 4 extern int NtpMain();