Added function to serve requests from any frontend
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Mon, 13 Oct 2008 03:29:54 +0000 (00:29 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Mon, 13 Oct 2008 03:44:51 +0000 (00:44 -0300)
commita31ac2babb967583a167889fab9b6cfdb25905de
tree6a96fd90ad21aedf7b32b965872545be90f3aee4
parent79404676f7ce53a9e660d69a2daed9426d2fd699
Added function to serve requests from any frontend

This function serves requests from any frontend. This would be common
code among all frontends. That's why implementing in the core makes more
sense.
atom/Makefile.am
atom/core.c [new file with mode: 0644]
include/atompub/Makefile.am
include/atompub/atom.h
include/atompub/core.h [new file with mode: 0644]
src/main.c