Changeset 192565b in mainline for uspace/srv/net/dnsrsrv/query.h
- Timestamp:
- 2013-05-27T13:18:13Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f2c19b0
- Parents:
- d120133 (diff), c90aed4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/dnsrsrv/query.h
rd120133 r192565b 1 1 /* 2 * Copyright (c) 20 08 Martin Decky2 * Copyright (c) 2013 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup genarch29 /** @addtogroup dnsres 30 30 * @{ 31 31 */ 32 /** @file 32 /** 33 * @file 33 34 */ 34 35 35 #ifndef KERN_LOGO_196X66_H_36 #define KERN_LOGO_196X66_H_36 #ifndef QUERY_H 37 #define QUERY_H 37 38 38 #define LOGO_WIDTH 196 39 #define LOGO_HEIGHT 66 40 #define LOGO_COLOR 0xffffff 39 #include "dns_type.h" 41 40 42 #include <typedefs.h> 43 44 extern uint32_t fb_logo[LOGO_WIDTH * LOGO_HEIGHT]; 41 extern int dns_name2host(const char *, dns_host_info_t **); 42 extern void dns_hostinfo_destroy(dns_host_info_t *); 45 43 46 44 #endif
Note:
See TracChangeset
for help on using the changeset viewer.