Mercurial > flash_v2
diff packages/net/sntp/current/include/sntp.h @ 759:018143c925ee
* tests/sntp1.c (net_test): Strip the trailing "\n" making it more
readable.
* doc/sntp.sgml: Added license banner and added missing </para>
* include/sntp.h (cyg_sntp_start): C++ safe
* cdl/sntp.cdl: Stricture requirements and same description as in
ecos.db. Only build the test if CYGPKH_NET_BUILD_HW_TESTS
* tests/sntp1.c (net_test): Check we have the required
packages. Require the time to be within 90 days of the build
date of the tes
| author | asl |
|---|---|
| date | Tue, 25 Feb 2003 18:12:18 +0000 |
| parents | d21da3c91474 |
| children | 8f2b36bfe8db |
line wrap: on
line diff
--- a/packages/net/sntp/current/include/sntp.h +++ b/packages/net/sntp/current/include/sntp.h @@ -51,6 +51,7 @@ //============================================================================= /* Call this function to start the SNTP Client */ -void cyg_sntp_start(void); +__externC void +cyg_sntp_start(void); #endif
