home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / c / stefanb_src / ums / developer / fd / ums_lib.fd next >
Encoding:
Amiga Function Description  |  1994-11-27  |  1.7 KB  |  80 lines

  1. ##base _UMSBase
  2. ##bias 30
  3. ##public
  4. *
  5. * fd/ums_lib.fd
  6. *
  7. * Function definitions for ums.library
  8. *
  9. * $VER: ums_lib.fd 11.4 (27.11.94)
  10. *
  11. * Pre-V8 functions
  12. *
  13. UMSLogin(user,passwd)(D2,D3)
  14. UMSLogout(account)(D2)
  15. ##private
  16. sex_and_free_beer_1()()
  17. sex_and_free_beer_2()()
  18. sex_and_free_beer_3()()
  19. sex_and_free_beer_4()()
  20. sex_and_free_beer_5()()
  21. sex_and_free_beer_6()()
  22. sex_and_free_beer_7()()
  23. sex_and_free_beer_8()()
  24. sex_and_free_beer_9()()
  25. sex_and_free_beer_10()()
  26. sex_and_free_beer_11()()
  27. sex_and_free_beer_12()()
  28. sex_and_free_beer_13()()
  29. ##public
  30. UMSErrNum(account)(D2)
  31. UMSErrTxt(account)(D2)
  32. UMSDeleteMsg(account,msgnum)(D2,D3)
  33. ##private
  34. using_is_irrelevant_1()()
  35. using_is_irrelevant_2()()
  36. using_is_irrelevant_3()()
  37. using_is_irrelevant_4()()
  38. using_is_irrelevant_5()()
  39. using_is_irrelevant_6()()
  40. using_is_irrelevant_7()()
  41. using_is_irrelevant_8()()
  42. using_is_irrelevant_9()()
  43. using_is_irrelevant_10()()
  44. using_is_irrelevant_11()()
  45. using_is_irrelevant_12()()
  46. *
  47. * V8 functions
  48. *
  49. UMSARexxQuery()()
  50. *
  51. * V9 functions
  52. *
  53. you_will_be_assimilated_1()()
  54. you_will_be_assimilated_2()()
  55. you_will_be_assimilated_3()()
  56. ##public
  57. UMSExportedMsg(account,msgnum)(D2,D3)
  58. UMSCannotExport(account,msgnum,errtext)(D2,D3,D4)
  59. UMSVLog(account,level,format,args)(D2,D4,D5,D6)
  60. UMSRLogin(server,user,passwd)(D2,D3,D4)
  61. UMSWriteMsg(acc,tagitems)(D2,D3)
  62. UMSReadMsg(acc,tagitems)(D2,D3)
  63. UMSFreeMsg(acc,msgnum)(D2,D3)
  64. UMSSelect(acc,tagitems)(D2,D3)
  65. UMSSearch(acc,tagitems)(D2,D3)
  66. UMSReadConfig(acc,tagitems)(D2,D3)
  67. UMSFreeConfig(acc,string)(D2,D3)
  68. UMSWriteConfig(acc,tagitems)(D2,D3)
  69. ##private
  70. scotty_beam_me_up()
  71. ##public
  72. *
  73. * V11 functions
  74. *
  75. UMSServerControl(server,action)(D2,D3)
  76. UMSMatchConfig(account,tagitems)(D2,D3)
  77. UMSErrTxtFromNum(num)(D2)
  78. UMSDupAccount(account)(D2)
  79. ##end
  80.