]> jfr.im git - solanum.git/blobdiff - include/logger.h
ircd: rewrite SOCKET_ERROR as I_SOCKET_ERROR
[solanum.git] / include / logger.h
index 6efa0ca4835924f59384dda49143573602299fcb..2d9d37fd90276df90a6babe9f9f0f36b1d6012ee 100644 (file)
@@ -27,8 +27,6 @@
  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
- *
- * $Id: s_log.h 1481 2006-05-27 17:24:05Z nenolod $
  */
 
 #ifndef INCLUDED_s_log_h
@@ -61,7 +59,7 @@ extern void inotice(const char *fmt, ...) AFP(1, 2);
 extern void iwarn(const char *fmt, ...) AFP(1, 2);
 extern void ierror(const char *fmt, ...) AFP(1, 2);
 extern void report_operspy(struct Client *, const char *, const char *);
-extern const char *smalldate(void);
+extern const char *smalldate(time_t);
 extern void ilog_error(const char *);
 
 #endif