Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
479 B

  1. /* xfr_todo.h -- a file used to handle unwriten needs
  2. *
  3. * Copyright 1990 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 1 $
  7. * $Date: 10/05/98 1:16p $
  8. */
  9. /*
  10. * This function is here to provide stubs for functions that have not yet
  11. * been ported over to WACKER. By the time WACKER is functional, this file
  12. * should be empty.
  13. */
  14. /* Replace the old CNFG structure */
  15. extern int cnfgBitRate(void);
  16. int cnfgBitsPerChar(HSESSION h);