wap-error.h
上传用户:gzpyjq
上传日期:2013-01-31
资源大小:1852k
文件大小:0k
源码类别:

手机WAP编程

开发平台:

WINDOWS

  1. /*
  2.  * wap-error.h - interface to error handling layer
  3.  */
  4. #ifndef WAP_ERROR_H
  5. #define WAP_ERROR_H
  6. #include "wap/wap.h"
  7. Octstr* error_requesting_back(Octstr *url, Octstr *referer);
  8. Octstr* error_requesting(Octstr *url);
  9. #endif